[chronojump/chronojump_version] Updates documentation: it's important to create the tag before calling autoconf and compiling.
- From: Carles Pina i Estany <carlespina src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump/chronojump_version] Updates documentation: it's important to create the tag before calling autoconf and compiling.
- Date: Mon, 17 Oct 2016 17:56:43 +0000 (UTC)
commit 99db5c913ba968588de4567754007b2c9320a68f
Author: Carles Pina i Estany <carles pina cat>
Date: Mon Oct 17 19:25:38 2016 +0200
Updates documentation: it's important to create the tag before calling autoconf and compiling.
autoconf updates a few files with the tag information (e.g.
AssemblyInfo.cs, buildVersion.cs) so it needs to be done before it's
compiled.
howto_new_version.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/howto_new_version.txt b/howto_new_version.txt
index 3b48194..e8c4af9 100644
--- a/howto_new_version.txt
+++ b/howto_new_version.txt
@@ -11,7 +11,9 @@ linux stuff
VERSION=1.6.2
git commit -a -m "Bump version $VERSION"
+git tag -a "$VERSION"
git push
+git push origin --tags
sh autogen.sh
make dist
@@ -24,8 +26,6 @@ make dist
# git cherry-pick -x "commit-from-master-or-some-branch-that-we-want-here"
#When we are happy:
-git tag -a "$VERSION"
-git push origin --tags
scp "chronojump-$VERSION.tar.gz" xaviblas master gnome org:.
ssh xaviblas master gnome org
ftpadmin install "chronojump-$VERSION.tar.gz"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]