Skip to content

Commit

Permalink
chore: Merge branch 'main' into develop (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
maharshivpatel authored Apr 5, 2024
2 parents 3d84e3b + cfdfe8d commit cc7c9af
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": ["main"],
"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 cc7c9af

Please sign in to comment.