Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix: add chore: as releasable for maven projects
Browse files Browse the repository at this point in the history
  • Loading branch information
erzz committed Dec 29, 2021
1 parent 5af905d commit 1676dee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/semantic-release-config-mvn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/commit-analyzer",
{
"releaseRules": [{ "type": "chore", "release": "patch" }]
}
],
[
"@semantic-release/release-notes-generator",
{
Expand Down

0 comments on commit 1676dee

Please sign in to comment.