Skip to content

Commit

Permalink
chore: add releaserc file
Browse files Browse the repository at this point in the history
  • Loading branch information
maharshivpatel committed Apr 5, 2024
1 parent ea16519 commit a7057e3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branches": ["develop", {"name": "version-14-beta", "channel": "beta", "prerelease": true}],
"plugins": [
"@semantic-release/commit-analyzer", {
"preset": "angular"
},
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec", {
"prepareCmd": 'sed -ir "s/[0-9]*\.[0-9]*\.[0-9]*/${nextRelease.version}/" print_designer/__init__.py'
}
],
[
"@semantic-release/git", {
"assets": ["print_designer/__init__.py"],
"message": "chore(release): Bumped to Version ${nextRelease.version}"
}
],
"@semantic-release/github"
]
}

0 comments on commit a7057e3

Please sign in to comment.