From 5ce8ddfa2a7f76f2155c42c4b0c76634d391171e Mon Sep 17 00:00:00 2001 From: arodindev Date: Sun, 4 Aug 2024 09:32:09 +0200 Subject: [PATCH] new(script): push tags --- scripts/push_new_tag.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/push_new_tag.sh diff --git a/scripts/push_new_tag.sh b/scripts/push_new_tag.sh new file mode 100644 index 0000000..2835fba --- /dev/null +++ b/scripts/push_new_tag.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git tag -a $1 -m $1 && git push --tags \ No newline at end of file