dargstack_rgen 0.6.43 → 0.6.44

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.
@@ -9,20 +9,20 @@ on:
9
9
  jobs:
10
10
  docker:
11
11
  name: Docker
12
- uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.6.3
12
+ uses: dargmuesli/github-actions/.github/workflows/docker.yml@0.6.4
13
13
  secrets:
14
14
  DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
15
15
  DOCKER_HUB_USER_NAME: ${{ secrets.DOCKER_HUB_USER_NAME }}
16
16
  release-semantic:
17
17
  needs: docker
18
18
  name: Semantic Release
19
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.6.3
19
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.6.4
20
20
  secrets:
21
21
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
22
22
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
23
23
  release-assets:
24
24
  needs: release-semantic
25
25
  name: Release Assets
26
- uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.6.3
26
+ uses: dargmuesli/github-actions/.github/workflows/release-assets.yml@0.6.4
27
27
  with:
28
28
  TARGET: development
@@ -7,6 +7,6 @@ on:
7
7
  jobs:
8
8
  release-schedule:
9
9
  name: 'Release: Scheduled'
10
- uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.6.3
10
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.6.4
11
11
  secrets:
12
12
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [0.6.44](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.43...0.6.44) (2022-02-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **release:** schedule release ([491478a](https://github.com/dargmuesli/dargstack_rgen/commit/491478a5815b26adad171151abca569629dc06b8))
7
+
1
8
  ## [0.6.43](https://github.com/dargmuesli/dargstack_rgen/compare/0.6.42...0.6.43) (2022-02-07)
2
9
 
3
10
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:17.4.0-alpine@sha256:6f8ae702a7609f6f18d81ac72998e5d6f5d0ace9a13b866318c76340c6d986b2 AS development
1
+ FROM node:17.5.0-alpine@sha256:0e83c810225bc29e614189acf3d6419e3c09881cefb9f7a170fdcfe3e15bbfd5 AS development
2
2
 
3
3
  ENV HUSKY=0
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dargstack_rgen",
3
- "version": "0.6.43",
4
- "scheduleVersion": "0.6.43",
3
+ "version": "0.6.44",
4
+ "scheduleVersion": "0.6.44",
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",
@@ -18,9 +18,9 @@
18
18
  "yargs": "17.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@commitlint/cli": "16.1.0",
22
- "@commitlint/config-conventional": "16.0.0",
23
- "eslint": "8.8.0",
21
+ "@commitlint/cli": "16.2.1",
22
+ "@commitlint/config-conventional": "16.2.1",
23
+ "eslint": "8.9.0",
24
24
  "eslint-config-standard": "16.0.3",
25
25
  "eslint-plugin-import": "2.25.4",
26
26
  "eslint-plugin-node": "11.1.0",