Skip to content

Commit

Permalink
ci: fix branch name for release
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and sandroscosta committed Jul 25, 2024
1 parent a392a3f commit dd27450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"branch": "nau/*.master",
"branches": [
{ name: "master" },
{ name: "nau/nutmeg.master", range: "14.x", channel: "14.x" }
],
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/npm",
Expand Down

0 comments on commit dd27450

Please sign in to comment.