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 98f3e8f commit 067cc1aCopy full SHA for 067cc1a
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
sudo apt-get install tree
29
tree dist
30
- name: Install semantic release
31
- run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@7.0.2
+ run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@">=8.0.0"
32
- name: Semantic Release
33
run: npx semantic-release --debug
34
env:
package.json
@@ -63,9 +63,6 @@
63
"peerDependencies": {
64
"@sveltejs/kit": "^2.5.8"
65
},
66
- "overrides": {
67
- "conventional-changelog-conventionalcommits": ">= 8.0.0"
68
- },
69
"engines": {
70
"node": ">=18.13"
71
0 commit comments