@codfish/actions-playground 5.3.0 → 5.4.0

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.
@@ -82,7 +82,7 @@ jobs:
82
82
  id: semantic
83
83
  with:
84
84
  additional-packages: |
85
- ['@google/semantic-release-replace-plugin', '@semantic-release/git']
85
+ ['@google/semantic-release-replace-plugin', '@semantic-release/git', 'conventional-changelog-conventionalcommits@7']
86
86
  plugins: |
87
87
  [
88
88
  '@semantic-release/commit-analyzer',
package/Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN npm ci
10
10
  COPY ./src ./src
11
11
  COPY ./public ./public
12
12
 
13
- ENV RELEASE_VERSION=5.3.0
13
+ ENV RELEASE_VERSION=5.4.0
14
14
 
15
15
  RUN npm run build
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -35,7 +35,6 @@
35
35
  "@commitlint/cli": "^8.2.0",
36
36
  "@commitlint/config-conventional": "^8.2.0",
37
37
  "cod-scripts": "^12.0.0",
38
- "conventional-changelog-conventionalcommits": "^7.0.2",
39
38
  "jsdoc": "^3.6.3",
40
39
  "markdownlint-cli": "^0.18.0"
41
40
  },
@@ -1,3 +1,3 @@
1
- appVersion: 5.3.0
1
+ appVersion: 5.4.0
2
2
  name: actions-playground
3
- version: 5.3.0
3
+ version: 5.4.0
package/test.txt CHANGED
@@ -1,7 +1,3 @@
1
1
  testing dry run outputs
2
2
 
3
- release notes test
4
-
5
- release notes refactor test
6
-
7
- test pr changes
3
+ test release with a chore