Skip to content

Commit

Permalink
fix: fix build not creating new release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 5, 2022
1 parent ada1ac1 commit 9c981f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .releaserc
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 All @@ -31,4 +35,4 @@
}
]
]
}
}

0 comments on commit 9c981f7

Please sign in to comment.