Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tag_and_push.sh')
-rwxr-xr-xtag_and_push.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tag_and_push.sh b/tag_and_push.sh
index d6e3d835..3f2291da 100755
--- a/tag_and_push.sh
+++ b/tag_and_push.sh
@@ -16,10 +16,10 @@
set -e
-TAG="$@"
+TAG="$*"
source build/buildlib.sh
-git tag "$TAG"
+git tag -f "$TAG"
generate_changelog
git add changelog.md
git commit -C HEAD --amend