Skip to content

Commit

Permalink
corerad: tag v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Jan 3, 2021
1 parent c06fabf commit 26baafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gittagtime
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1609674375
1609675131
2 changes: 1 addition & 1 deletion scripts/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ echo $TIMESTAMP > .gittagtime
set -x

git commit --date $TIMESTAMP -a -s -v -S -m "corerad: tag $1"
git tag -s $1 -m "$1"
git tag -f -s $1 -m "$1"

0 comments on commit 26baafc

Please sign in to comment.