Skip to content

Commit

Permalink
fix(smerel): bump changelog to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoSuessgott committed Dec 15, 2024
1 parent 2c87dd4 commit c07cefe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Semantic Releaser
on:
pull_request:
push:
branches:
- master
Expand All @@ -18,9 +19,10 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
dry_run: true
extra_plugins: |
@semantic-release/changelog@6.0.0
@semantic-release/git@10.0.0
conventional-changelog-conventionalcommits@4.6.3
conventional-changelog-conventionalcommits@8.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"main",
"master"
],
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"ci": false,
"plugins": [
[
Expand Down

0 comments on commit c07cefe

Please sign in to comment.