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

Commit c9d9553

Browse files
committed
chore(semantic-release): add deploy branch to release branch
1 parent b376f1a commit c9d9553

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,23 @@
3939
"trailingComma": "es5",
4040
"singleQuote": true
4141
},
42+
"release": {
43+
"branches": [
44+
"+([0-9])?(.{+([0-9]),x}).x",
45+
"master",
46+
"next",
47+
"deploy",
48+
"next-major",
49+
{
50+
"name": "beta",
51+
"prerelease": true
52+
},
53+
{
54+
"name": "alpha",
55+
"prerelease": true
56+
}
57+
]
58+
},
4259
"repository": {
4360
"type": "git",
4461
"url": "https://github.com/Nargonath/cra-build-watch.git"

0 commit comments

Comments
 (0)