Skip to content

Commit b51f00c

Browse files
committed
ci: update semantic-release configs [skip ci]
1 parent b0e8ac6 commit b51f00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.releaserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"tagFormat": "${version}",
33
"preset": "angular",
4+
"repositoryUrl": "https://github.com/NoTaskStudios/unity-cli-tools.git",
45
"branches": [
56
"master",
67
{
78
"name": "release/v*",
8-
"type": "prerelease",
9-
"prerelease": true,
9+
"prerelease": "rc",
1010
"channel": "rc"
1111
}
1212
],

0 commit comments

Comments
 (0)