Skip to content

Commit

Permalink
build(Needs bump): update changelog system
Browse files Browse the repository at this point in the history
  • Loading branch information
PocketMiner82 committed Apr 2, 2024
1 parent c0066c9 commit 66da5b8
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
{
"preset": "angular",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
},
"releaseRules": [
{
Expand All @@ -23,6 +27,20 @@
]
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "angular",
"parserOpts": {
"noteKeywords": [
"BREAKING CHANGE",
"BREAKING CHANGES",
"BREAKING"
]
}
}
],
"@semantic-release/changelog",
[
"semantic-release-replace-plugin",
{
Expand All @@ -47,21 +65,11 @@
}
],
[
"@semantic-release/release-notes-generator",
"@semantic-release/exec",
{
"preset": "angular",
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
},
"writerOpts": {
"commitsSort": ["subject", "scope"]
}
"publishCmd": ".\\build.cmd"
}
],
"@semantic-release/changelog",
["@semantic-release/exec", {
"publishCmd": ".\\build.cmd"
}],
[
"@semantic-release/git",
{
Expand Down

0 comments on commit 66da5b8

Please sign in to comment.