Skip to content

Commit

Permalink
fix(ci): syntax in .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Apr 19, 2024
1 parent 74cbb91 commit be0c46c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
["@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits",
"releaseRules": [
{ "type": "", "release": "patch" }
]
},
"@semantic-release/release-notes-generator",
}],
["@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
},
}],
["@semantic-release/exec", {
"prepareCmd": "ant -Dapp.version=${nextRelease.version}"
}],
Expand Down

0 comments on commit be0c46c

Please sign in to comment.