diff options
| author | Oskar <oskar@mullvad.net> | 2025-02-05 10:16:34 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2025-02-05 15:55:10 +0100 |
| commit | 04a80a4a674e236ffb295d16748e814fe3312dd9 (patch) | |
| tree | 58d327c1d66f69db170d53816490744502d8e8f8 /desktop/scripts | |
| parent | 3fa54d8a1459358317940447515ba4a8b4a860f0 (diff) | |
| download | mullvadvpn-04a80a4a674e236ffb295d16748e814fe3312dd9.tar.xz mullvadvpn-04a80a4a674e236ffb295d16748e814fe3312dd9.zip | |
Push release branch along with tag
Diffstat (limited to 'desktop/scripts')
| -rwxr-xr-x | desktop/scripts/release/2-push-release-tag | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/scripts/release/2-push-release-tag b/desktop/scripts/release/2-push-release-tag index 966e74a40a..a5115ed860 100755 --- a/desktop/scripts/release/2-push-release-tag +++ b/desktop/scripts/release/2-push-release-tag @@ -18,6 +18,7 @@ function push_tag { product_version=$(echo -n "$PRODUCT_VERSION") echo "Tagging current git commit with release tag $product_version..." print_and_run git tag -s "$product_version" -m "$product_version" + git push print_and_run git push origin "$product_version" log_success "\nTag pushed!" } |
