tag version 0.6.1
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
1f23138db8
commit
4ab186bd67
6
Makefile
6
Makefile
|
@ -36,8 +36,10 @@ push:
|
||||||
git add --all
|
git add --all
|
||||||
-git commit -a -s
|
-git commit -a -s
|
||||||
git push --all
|
git push --all
|
||||||
#git tag v0.4
|
|
||||||
git push --tags
|
tag-version:
|
||||||
|
echo git tag v${VERSION}
|
||||||
|
echo git push --tags
|
||||||
|
|
||||||
# should update every go dependancy (?)
|
# should update every go dependancy (?)
|
||||||
update:
|
update:
|
||||||
|
|
Loading…
Reference in New Issue