Skip to content

Commit

Permalink
ci(release): use new branch naming strategy (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored May 10, 2022
1 parent b382043 commit 6d5563e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@
"branches": [
"master",
{
"name": "2022-04-release",
"name": "next-spec",
"prerelease": true
},
{
"name": "next-major",
"name": "next-major-spec",
"prerelease": true
},
{
"name": "next-major-spec",
"name": "next-major",
"prerelease": true
}
],
Expand Down

0 comments on commit 6d5563e

Please sign in to comment.