We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9941a8 commit 60d99aaCopy full SHA for 60d99aa
mktags
@@ -3,6 +3,8 @@
3
# Stop on any error.
4
set -e
5
6
+export GPG_TTY=$(tty)
7
+
8
FILE=draft-young-md-query.xml
9
TAG=$(grep docName ${FILE} | sed "s/.*docName=\"//" | sed "s/\".*//")
10
git tag -s ${TAG} -m "Tag ${TAG}"
0 commit comments