]> Untitled Git - lemmy.git/commitdiff
Add tag to lemmy-ansible. (#2172)
authorDessalines <dessalines@users.noreply.github.com>
Tue, 29 Mar 2022 15:36:59 +0000 (15:36 +0000)
committerGitHub <noreply@github.com>
Tue, 29 Mar 2022 15:36:59 +0000 (15:36 +0000)
scripts/release.sh

index fc67eed54f14680bc4d4a0722bb6e1cd9f276748..34656e2126c6d2798e93df3dc91ee8b7efe9ffbc 100755 (executable)
@@ -23,6 +23,8 @@ if [ ! -z "${third_semver##*[!0-9]*}" ]; then
   echo $new_tag > "VERSION"
   git add "VERSION"
   git commit -m"Updating VERSION"
+  git tag $new_tag
+  git push origin $new_tag
   git push
   popd
 fi