mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
Remove obsolete tagrelease script (duplicate of tag-release)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user