Skip to content

Commit

Permalink
Merge pull request #647 from axone-protocol/ci/fix-release
Browse files Browse the repository at this point in the history
🐛 ci: fix for incorrect versioning despite breaking changes
  • Loading branch information
bdeneux authored May 22, 2024
2 parents 4c07643 + 48a91ba commit e642452
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ plugins:
release: patch
- type: docs
release: patch
- breaking: true
release: major
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
changelogTitle: "# ØKP4 protocol changelog"
changelogTitle: "# AXONE protocol changelog"
- - "semantic-release-replace-plugin"
- replacements:
- files: [version]
Expand Down

0 comments on commit e642452

Please sign in to comment.