Skip to content

Commit edea05a

Browse files
committed
ci: revert .releaserc.json [skip ci]
1 parent 8aae6e8 commit edea05a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.releaserc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"preset": "angular",
44
"repositoryUrl": "https://github.com/NoTaskStudios/unity-cli-tools.git",
55
"branches": [
6-
"master"
6+
"master",
7+
{
8+
"name": "release/v*",
9+
"prerelease": "rc",
10+
"channel": "rc"
11+
}
712
],
813
"plugins": [
914
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)