Skip to content

Commit 067cc1a

Browse files
committed
chore: fix conventionalcommits version in release action
Applying the fix to packages.json was incorrect
1 parent 98f3e8f commit 067cc1a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt-get install tree
2929
tree dist
3030
- name: Install semantic release
31-
run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@7.0.2
31+
run: npm install -D semantic-release @semantic-release/changelog @semantic-release/git conventional-changelog-conventionalcommits@">=8.0.0"
3232
- name: Semantic Release
3333
run: npx semantic-release --debug
3434
env:

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
"peerDependencies": {
6464
"@sveltejs/kit": "^2.5.8"
6565
},
66-
"overrides": {
67-
"conventional-changelog-conventionalcommits": ">= 8.0.0"
68-
},
6966
"engines": {
7067
"node": ">=18.13"
7168
},

0 commit comments

Comments
 (0)