Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
geyang committed Sep 12, 2021
1 parent cdd0ad1 commit f74e00b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
VERSION=`< VERSION`

bump:
pip show jaynes | grep Version | sed 's/Version:\ //g' > VERSION
git add VERSION
git ci -m "bump version"
release:
git tag v$(`< VERSION`)
git tag v$$VERSION
git push origin --tags

0 comments on commit f74e00b

Please sign in to comment.