Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Oct 5, 2020
1 parent fdd5814 commit c499f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ debug:
cargo build

tag:
git tag -a v${VERSION}
git tag -a v${VERSION} -m v${VERSION}
git push origin --tags

pub:
Expand Down

0 comments on commit c499f56

Please sign in to comment.