Skip to content

Commit

Permalink
adding helper to create tags from Cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Policarpio committed Mar 7, 2019
1 parent e61c8da commit a2b9b07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tag-release
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

VERSION=$(cargo read-manifest | jq -r .version)

git tag -s -a ${VERSION} -m "Topiks version ${VERSION}"

0 comments on commit a2b9b07

Please sign in to comment.