Skip to content

Commit

Permalink
fix: add releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 13, 2024
1 parent f192143 commit b16cdba
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branches": ["development"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": ["application.py"]
}
]
]
}

0 comments on commit b16cdba

Please sign in to comment.