Skip to content

Commit e642452

Browse files
authored
Merge pull request #647 from axone-protocol/ci/fix-release
🐛 ci: fix for incorrect versioning despite breaking changes
2 parents 4c07643 + 48a91ba commit e642452

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.releaserc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ plugins:
2121
release: patch
2222
- type: docs
2323
release: patch
24+
- breaking: true
25+
release: major
2426
- - "@semantic-release/release-notes-generator"
2527
- preset: conventionalcommits
2628
- - "@semantic-release/changelog"
2729
- changelogFile: CHANGELOG.md
28-
changelogTitle: "# ØKP4 protocol changelog"
30+
changelogTitle: "# AXONE protocol changelog"
2931
- - "semantic-release-replace-plugin"
3032
- replacements:
3133
- files: [version]

0 commit comments

Comments
 (0)