Skip to content

Commit

Permalink
ci: add patch release rule for debs
Browse files Browse the repository at this point in the history
  • Loading branch information
deeagle committed Jul 15, 2024
1 parent 7ef0842 commit 4f0462d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
"branches": ["main"],
"debug": "true",
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "build",
"scope": "debs",
"release": "patch",
}
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"],
},
},
],
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
Expand Down

0 comments on commit 4f0462d

Please sign in to comment.