[tbb-commits] [Git][tpo/applications/torbrowser-launcher][main] Add script to tag new release (#13)

boklm (@boklm) git at gitlab.torproject.org
Mon Jan 15 08:42:29 UTC 2024



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240115/edeecbfc/attachment.htm>


More information about the tbb-commits mailing list