Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/archrelease.in
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-09-07 23:10:51 +0200
committerLevente Polyak <anthraxx@archlinux.org>2023-03-19 22:02:04 +0100
commit184441895606f59dc85c695c627660758ca2b882 (patch)
tree576cb85b5836c10e19a879ddcaa1960d73f6159c /src/archrelease.in
parentf0946c65f52eab3a82c55c04d76ac3bb7e81bbb1 (diff)
archrelease: explicitly push the main refspec
Diffstat (limited to 'src/archrelease.in')
-rw-r--r--src/archrelease.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archrelease.in b/src/archrelease.in
index 0d37eb2..3607d19 100644
--- a/src/archrelease.in
+++ b/src/archrelease.in
@@ -57,5 +57,5 @@ fi
stat_busy "Releasing package"
printf -v tag_list ", %s" "$@"; tag_list="${tag_list#, }"
git tag -s -m "archrelease: released $pkgbase-$pkgver to $tag_list" "$tag_pkgver" || abort
-git push --tags || abort
+git push --tags main || abort
stat_done