mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
release: tag on HEAD not master
This commit is contained in:
@@ -52,7 +52,7 @@ cd "${DIR}"
|
||||
if [ -z "${NOTAG}" ]; then
|
||||
echo "==> Tagging..."
|
||||
git commit --allow-empty -a --gpg-sign=${gpg_signing_key} -m "Release v$VERSION"
|
||||
git tag -a -m "Version $VERSION" -s -u ${gpg_signing_key} "v${VERSION}" master
|
||||
git tag -a -m "Version $VERSION" -s -u ${gpg_signing_key} "v${VERSION}" HEAD
|
||||
fi
|
||||
|
||||
# Zip all the files
|
||||
|
||||
Reference in New Issue
Block a user