boklm pushed to branch main at The Tor Project / Applications / 
torbrowser-launcher


Commits:
899ea231 by Nicolas Vigier at 2024-01-12T11:13:05+01:00
Add script to tag new release (#13)

- - - - -


1 changed file:

- + git-tag_release.sh


Changes:

=====================================
git-tag_release.sh
=====================================
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Make a signed git tag for the current commit, for a new release
+set -e
+VERSION=$(cat share/torbrowser-launcher/version)
+git tag -s --message="torbrowser-launcher version $VERSION" v$VERSION
+echo "Created git tag v$VERSION"



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/899ea231701f6483720c6e8f90d1a49b0c3d63f2

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit/899ea231701f6483720c6e8f90d1a49b0c3d63f2
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to