Update scripts

This commit is contained in:
Tobias Reisinger 2024-04-30 18:24:24 +02:00
parent 2c84b2effa
commit 34cb04dc6d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 45 additions and 14 deletions

3
.bin/git-vtag Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
git tag -sm "v$1" "v$1"