Skip to content

Commit

Permalink
fix: Update .releaserc with branch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
irensaltali committed Feb 6, 2024
1 parent ccdb58a commit e471aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worker/.releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"branches": [
"main", "31-add-relaese-automation-and-versioning"
{"name": "main", "prerelease": false},
{"name": "31-add-relaese-automation-and-versioning", "prerelease": false}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit e471aa4

Please sign in to comment.