Skip to content

Commit

Permalink
ci(release): use new branch naming strategy (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya authored May 10, 2022
1 parent 754fedf commit 20f9a6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,16 @@
"branches": [
"master",
{
"name": "2022-04-release",
"name": "next-spec",
"prerelease": true
},
{
"name": "next-major-spec",
"prerelease": true
},
{
"name": "next-major",
"prerelease": true
}
],
"plugins": [
Expand Down

0 comments on commit 20f9a6a

Please sign in to comment.