Skip to content

Commit

Permalink
fix: trigger release on build commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 8, 2022
1 parent 9f75d66 commit be8bd1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
}
],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "build", "release": "patch"}
]
}],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"gradle-semantic-release-plugin",
Expand Down

0 comments on commit be8bd1b

Please sign in to comment.