mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fixing fn release script.
This commit is contained in:
@@ -30,7 +30,7 @@ echo "Version: $version"
|
|||||||
# make dep
|
# make dep
|
||||||
make release
|
make release
|
||||||
|
|
||||||
tag = "fn-$version"
|
tag="fn-$version"
|
||||||
git add -u
|
git add -u
|
||||||
git commit -m "fn tool: $version release [skip ci]"
|
git commit -m "fn tool: $version release [skip ci]"
|
||||||
# todo: might make sense to move this into it's own repo so it can have it's own versioning at some point
|
# todo: might make sense to move this into it's own repo so it can have it's own versioning at some point
|
||||||
|
|||||||
Reference in New Issue
Block a user