We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbb492 commit 595b5e2Copy full SHA for 595b5e2
1 file changed
.github/workflows/release.yml
@@ -35,10 +35,10 @@ jobs:
35
- name: Release
36
uses: cycjimmy/semantic-release-action@v4
37
with:
38
- semantic_version: 0.1.0
+ semantic_version: 23.0.2
39
extra_plugins: |
40
@semantic-release/changelog@6.0.3
41
@semantic-release/git@10.0.1
42
- conventional-changelog-conventionalcommits@4.6.3
+ conventional-changelog-conventionalcommits@7.0.2
43
env:
44
- GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments