Cédric Krier pushed to branch branch/default at Tryton / Tools
Commits:
f6f44b6b by Cédric Krier at 2023-01-03T08:32:58+01:00
Add name to commit message for preparing release
- - - - -
1 changed file:
- do_minor_release
Changes:
=====================================
do_minor_release
=====================================
@@ -48,13 +48,9 @@
echo "update changelog"
update_changelog
-echo "prepare release"
-hg commit -m "Prepare release ${version}"
-
-echo "tag"
if [ ${name} == "trytond_gis" ]; then
tag="trytond-gis"
else
tag=${name#trytond_}
tag=${tag#tryton-}
fi
@@ -55,9 +51,14 @@
if [ ${name} == "trytond_gis" ]; then
tag="trytond-gis"
else
tag=${name#trytond_}
tag=${tag#tryton-}
fi
+
+echo "prepare release"
+hg commit -m "Prepare release ${tag}-${version}"
+
+echo "tag"
hg tag "${tag}-${version}" -m "Add tag ${tag}-${version}"
if [ -f setup.py ]; then
View it on Heptapod:
https://foss.heptapod.net/tryton/tools/-/commit/f6f44b6bc753635a5800665bdabe8389b4ab7d1c
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tools/-/commit/f6f44b6bc753635a5800665bdabe8389b4ab7d1c
You're receiving this email because of your account on foss.heptapod.net.