dargstack_rgen 0.6.35 → 0.6.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +5 -5
- package/.github/workflows/schedule.yml +2 -2
- package/CHANGELOG.md +28 -0
- package/Dockerfile +1 -1
- package/package.json +8 -8
package/.github/workflows/ci.yml
CHANGED
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
runs-on: ubuntu-latest
|
|
12
12
|
steps:
|
|
13
13
|
- name: Git checkout
|
|
14
|
-
uses: actions/checkout@
|
|
14
|
+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
|
|
15
15
|
|
|
16
16
|
- name: Docker Buildx setup
|
|
17
17
|
id: buildx
|
|
@@ -71,11 +71,11 @@ jobs:
|
|
|
71
71
|
runs-on: ubuntu-latest
|
|
72
72
|
needs: docker
|
|
73
73
|
steps:
|
|
74
|
-
- uses: actions/checkout@
|
|
74
|
+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
|
|
75
75
|
with:
|
|
76
76
|
token: ${{ secrets.GH_TOKEN }}
|
|
77
77
|
- name: Semantic Release
|
|
78
|
-
uses: cycjimmy/semantic-release-action@
|
|
78
|
+
uses: cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # renovate: tag=v2.7.0
|
|
79
79
|
with:
|
|
80
80
|
extra_plugins: |
|
|
81
81
|
@semantic-release/changelog
|
|
@@ -91,7 +91,7 @@ jobs:
|
|
|
91
91
|
needs: semantic-release
|
|
92
92
|
steps:
|
|
93
93
|
- name: Git checkout
|
|
94
|
-
uses: actions/checkout@
|
|
94
|
+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
|
|
95
95
|
|
|
96
96
|
- name: Docker Buildx setup
|
|
97
97
|
id: buildx
|
|
@@ -115,7 +115,7 @@ jobs:
|
|
|
115
115
|
args: zip -qq -r ./dargstack_rgen.zip ./src/
|
|
116
116
|
|
|
117
117
|
- name: GitHub Release Asset
|
|
118
|
-
uses: softprops/action-gh-release@
|
|
118
|
+
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5 # renovate: tag=v1
|
|
119
119
|
with:
|
|
120
120
|
files: dargstack_rgen.zip
|
|
121
121
|
env:
|
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
previous-tag: ${{ steps.previoustag.outputs.tag }}
|
|
12
12
|
timestamp-diff: ${{ steps.diff.outputs.timestamp-diff }}
|
|
13
13
|
steps:
|
|
14
|
-
- uses: actions/checkout@
|
|
14
|
+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
|
|
15
15
|
with:
|
|
16
16
|
fetch-depth: 0
|
|
17
17
|
- name: Get previous tag
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
needs: analyze-tags
|
|
31
31
|
if: needs.analyze-tags.outputs.timestamp-diff > 604800 # 604800 equal one week.
|
|
32
32
|
steps:
|
|
33
|
-
- uses: actions/checkout@
|
|
33
|
+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
|
|
34
34
|
with:
|
|
35
35
|
token: ${{ secrets.GH_TOKEN }}
|
|
36
36
|
- name: Get next minor version
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [0.6.39](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.38...0.6.39) (2021-12-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **release:** schedule release ([64b5bc3](https://github.com/dargmuesli/dargstack_rgen/commit/64b5bc32d35f1f45b2e177c33a5c1b2ba646369b))
|
|
7
|
+
|
|
8
|
+
## [0.6.38](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.37...0.6.38) (2021-12-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **release:** schedule release ([e57ba42](https://github.com/dargmuesli/dargstack_rgen/commit/e57ba421374088c720dc912adb38e3f552c77afa))
|
|
14
|
+
|
|
15
|
+
## [0.6.37](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.36...0.6.37) (2021-11-29)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **release:** schedule release ([b21c96e](https://github.com/dargmuesli/dargstack_rgen/commit/b21c96ef255302c2a10e706feddb54196a7ce4e3))
|
|
21
|
+
|
|
22
|
+
## [0.6.36](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.35...0.6.36) (2021-11-15)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **release:** schedule release ([35dbd5e](https://github.com/dargmuesli/dargstack_rgen/commit/35dbd5e7a83f1380abf091e5c3b3ef6bbca09fb9))
|
|
28
|
+
|
|
1
29
|
## [0.6.35](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.34...0.6.35) (2021-11-01)
|
|
2
30
|
|
|
3
31
|
|
package/Dockerfile
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dargstack_rgen",
|
|
3
|
-
"version": "0.6.
|
|
4
|
-
"scheduleVersion": "0.6.
|
|
3
|
+
"version": "0.6.39",
|
|
4
|
+
"scheduleVersion": "0.6.39",
|
|
5
5
|
"description": "Generates a DargStack stack project readme.",
|
|
6
6
|
"main": "src/generator.js",
|
|
7
7
|
"repository": "https://github.com/dargmuesli/dargstack_rgen.git",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"diff": "5.0.0",
|
|
16
16
|
"json2md": "1.12.0",
|
|
17
17
|
"yaml": "1.10.2",
|
|
18
|
-
"yargs": "17.
|
|
18
|
+
"yargs": "17.3.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@commitlint/cli": "
|
|
22
|
-
"@commitlint/config-conventional": "
|
|
23
|
-
"eslint": "8.
|
|
21
|
+
"@commitlint/cli": "16.0.0",
|
|
22
|
+
"@commitlint/config-conventional": "16.0.0",
|
|
23
|
+
"eslint": "8.5.0",
|
|
24
24
|
"eslint-config-standard": "16.0.3",
|
|
25
|
-
"eslint-plugin-import": "2.25.
|
|
25
|
+
"eslint-plugin-import": "2.25.3",
|
|
26
26
|
"eslint-plugin-node": "11.1.0",
|
|
27
|
-
"eslint-plugin-promise": "
|
|
27
|
+
"eslint-plugin-promise": "6.0.0",
|
|
28
28
|
"eslint-plugin-standard": "4.1.0",
|
|
29
29
|
"husky": "7.0.4",
|
|
30
30
|
"shx": "0.3.3"
|