Bläddra i källkod

howto_release.md: more "Tag release" tricks added

Markus Neteler 3 år sedan
förälder
incheckning
b54c4fd11f
1 ändrade filer med 5 tillägg och 2 borttagningar
  1. 5 2
      doc/howto_release.md

+ 5 - 2
doc/howto_release.md

@@ -155,11 +155,14 @@ To be done in GH interface:
 <https://github.com/OSGeo/grass/releases/new>
 <https://github.com/OSGeo/grass/releases/new>
 
 
 - select release_branch first, then
 - select release_branch first, then
-- write into "Create tag" field:
+- fill in "Release Title" (e.g., GRASS GIS 7.8.7RC1)
+- fill in "Create tag" field:
 
 
 Tag version | target (examples):
 Tag version | target (examples):
   7.8.7RC1  | releasebranch_7_8
   7.8.7RC1  | releasebranch_7_8
 
 
+- click on "Create new tag: ... on publish"
+
 Add release desciption (re-use existing texts as possible, from
 Add release desciption (re-use existing texts as possible, from
 <https://github.com/OSGeo/grass/releases>)
 <https://github.com/OSGeo/grass/releases>)
 
 
@@ -189,7 +192,7 @@ Importantly, these notes need to be manually sorted into the various categories.
 ### Changelog file for upload
 ### Changelog file for upload
 
 
 ```bash
 ```bash
-python3 utils/gitlog2changelog.py
+python3 tools/gitlog2changelog.py
 mv ChangeLog ChangeLog_$VERSION
 mv ChangeLog ChangeLog_$VERSION
 head ChangeLog_$VERSION
 head ChangeLog_$VERSION
 gzip ChangeLog_$VERSION
 gzip ChangeLog_$VERSION