mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
Remove obsolete tagrelease script (duplicate of tag-release)
This commit is contained in:
parent
df73e0b63a
commit
3f5ec289e7
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Usage: tagrelease version
|
||||
#
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: $0 version" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "$1" > version
|
||||
git add version
|
||||
git commit -m "NASM $1"
|
||||
git tag -m "NASM $1" -a nasm-"$1"
|
||||
|
Loading…
Reference in New Issue
Block a user