Skip to content

Commit

Permalink
chore: adds semantic-release branches config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreydelooff committed Jun 30, 2022
1 parent 5c0d448 commit e8d2c14
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,21 @@
"\\.snap$",
"<rootDir>/node_modules/"
]
}
},
"release":{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
}
}

0 comments on commit e8d2c14

Please sign in to comment.