Skip to content

Commit

Permalink
fix(ci): Test commit format
Browse files Browse the repository at this point in the history
  • Loading branch information
adanylenko committed Mar 11, 2024
1 parent 10d26cd commit 8b3da2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"branches": [
"master",
{ "name": "beta", "prerelease": true },
{ "name": "auto-type", "prerelease": true }
{ "name": "beta", "prerelease": true }
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand All @@ -12,7 +11,7 @@
"@semantic-release/git",
{
"assets": ["docs", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes} [skip ci]"
}
]
]
Expand Down

0 comments on commit 8b3da2b

Please sign in to comment.