Fixing fn release script.

This commit is contained in:
Travis Reeder
2017-06-13 11:10:22 -07:00
parent 475a070278
commit f9cc13c7f5

View File

@@ -32,10 +32,10 @@ make release
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, uncomment git commands below if so # todo: might make sense to move this into it's own repo so it can have it's own versioning at some point
# git tag -f -a "$version" -m "version $version" git tag -f -a "fn-$version" -m "fn version $version"
git push git push
# git push origin $version git push origin "fn-$version"
# For GitHub # For GitHub
# url='https://api.github.com/repos/treeder/functions/releases' # url='https://api.github.com/repos/treeder/functions/releases'