We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd865b commit 46f5985Copy full SHA for 46f5985
.github/workflows/release.yml
@@ -64,13 +64,13 @@ jobs:
64
with:
65
semantic_version: 23
66
extra_plugins: |
67
- semantic-release-pypi@3
68
- @semantic-release/git
69
- @semantic-release/commit-analyzer@12
70
- @semantic-release/release-notes-generator@13
71
- @semantic-release/github@10
+ semantic-release-pypi@4
+ @semantic-release/git@10
+ @semantic-release/commit-analyzer@13
+ @semantic-release/release-notes-generator@14
+ @semantic-release/github@11
72
@semantic-release/changelog@6
73
- conventional-changelog-conventionalcommits@7
+ conventional-changelog-conventionalcommits@8
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
0 commit comments