mirror of https://github.com/pwndbg/pwndbg.git
Delete redundant tag_release.sh
parent
eec6f741c7
commit
608462db57
@ -1,14 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -ex
|
|
||||||
|
|
||||||
DATE=$(which gdate || which date)
|
|
||||||
|
|
||||||
git fetch --all
|
|
||||||
|
|
||||||
TAG=$($DATE '+%Y.%m.%d')
|
|
||||||
|
|
||||||
if git tag -a $TAG -m "Add release $TAG" origin/stable; then
|
|
||||||
git push origin $TAG
|
|
||||||
fi
|
|
||||||
|
|
||||||
Loading…
Reference in new issue