Skip to content

Commit

Permalink
chore: fix conventionalcommits version in release action
Browse files Browse the repository at this point in the history
Applying the fix to packages.json was incorrect
  • Loading branch information
H0R5E committed Sep 9, 2024
1 parent 98f3e8f commit 067cc1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get install tree
tree dist
- name: Install semantic release
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"
- name: Semantic Release
run: npx semantic-release --debug
env:
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"peerDependencies": {
"@sveltejs/kit": "^2.5.8"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"engines": {
"node": ">=18.13"
},
Expand Down

0 comments on commit 067cc1a

Please sign in to comment.