[geos-commits] [SCM] GEOS branch svn-3.6 updated. c681214903875b1b1668fd33a20878df267161f3
git at osgeo.org
git at osgeo.org
Fri Dec 11 05:33:47 PST 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".
The branch, svn-3.6 has been updated
via c681214903875b1b1668fd33a20878df267161f3 (commit)
from 116e06ab68657fb5a7993c276898aca489e491f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c681214903875b1b1668fd33a20878df267161f3
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Dec 11 14:33:14 2020 +0100
Add trac management step to HOWTO_RELEASE
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 2d01ef6..87cc436 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -8,8 +8,9 @@
4. Commit the changes in the NEWS file.
-5. Tag the release:
+5. Tag the release and push it:
$ git tag MAJOR.MINOR.PATCH
+ $ git push origin --tags --dry-run # drop --dry-run to do it
6. Run 'make dist-bzip2'.
$ ./autogen.sh && ./configure && make dist-bzip2
@@ -43,4 +44,7 @@
- Add latest release
- Remove previos patch level release (if any)
-13. Announce
+13. Update trac.osgeo.org/geos adding the new version, closing
+ the relative milestone, opening a new milestone for next version
+
+14. Announce
-----------------------------------------------------------------------
Summary of changes:
HOWTO_RELEASE | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list