Add a safe git tag release script

This commit is contained in:
ItsDrike 2025-08-13 19:59:49 +02:00
parent aeef67ba58
commit 99a61b1bc5
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 138 additions and 0 deletions

View file

@ -62,6 +62,8 @@
lg = "log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
loog = "log --format=fuller --show-signature --all --color --decorate --graph"
release = "!~/.config/git/release.py"
make-patch = "diff --no-prefix --relative"
set-upstream = "!git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`"