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 b8019ac commit 105f3e9Copy full SHA for 105f3e9
.github/workflows/release.yml
@@ -43,14 +43,14 @@ jobs:
43
- name: Release
44
uses: cycjimmy/semantic-release-action@v2
45
with:
46
- semantic_version: 19
+ semantic_version: 18
47
extra_plugins: |
48
@semantic-release/commit-analyzer
49
semantic-release-interval
50
- @semantic-release/release-notes-generator@10.0.3
+ @semantic-release/release-notes-generator^10
51
@semantic-release/git
52
@semantic-release/github
53
- @semantic-release/npm@9.0.2
+ @semantic-release/npm^9
54
@googlemaps/semantic-release-config
55
semantic-release-npm-deprecate
56
env:
0 commit comments