Skip to content

Commit 0bc53ab

Browse files
committed
ci: setup of semantic release variables
1 parent d9e8d5b commit 0bc53ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fluid.unity-animator-helpers",
3-
"version": "0.0.0",
3+
"version": "0.0.0-development",
44
"unity": "2019.1",
55
"displayName": "Unity Animator Helpers",
66
"description": "A set of Animator helper scripts to better streamline and handle animation playback",
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git+https://github.com/ashblue/unity-animator-helpers.git"
26+
"url": "https://github.com/ashblue/unity-animator-helpers.git"
2727
},
2828
"author": {
2929
"name": "Ash Blue",
@@ -49,7 +49,7 @@
4949
"commitizen": "^3.1.1",
5050
"cz-conventional-changelog": "^2.1.0",
5151
"husky": "^2.3.0",
52-
"semantic-release": "^15.13.12",
52+
"semantic-release": "^15.13.30",
5353
"upm-package-populator": "^1.0.0"
5454
},
5555
"config": {

0 commit comments

Comments
 (0)