Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
chore(semantic-release): add deploy branch to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 30, 2020
1 parent b376f1a commit c9d9553
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@
"trailingComma": "es5",
"singleQuote": true
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
"next",
"deploy",
"next-major",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/Nargonath/cra-build-watch.git"
Expand Down

0 comments on commit c9d9553

Please sign in to comment.