Skip to content

Commit

Permalink
howto_release.md: minor tweaks (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jan 28, 2022
1 parent 3f7bd7e commit 1c300f6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions doc/howto_release.md
Expand Up @@ -87,6 +87,7 @@ find . -name '__pycache__' | xargs -r rm -r
rm -f python/grass/ctypes/ctypesgencore/parser/lextab.py
rm -f gui/wxpython/menustrings.py gui/wxpython/build_ext.pyc \
gui/wxpython/xml/menudata.xml gui/wxpython/xml/module_tree_menudata.xml
rm -f include/version.h
chmod -R a+r *
```

Expand Down Expand Up @@ -115,13 +116,15 @@ Example:
2021
```

Commit with version message, e.g. "GRASS GIS 8.0.0RC1".

### Create release tag

(see <https://help.github.com/en/articles/creating-releases>)
(For background, see <https://help.github.com/en/articles/creating-releases>)

Preparation:

### Changelog and tagging etc preparations
#### Changelog and tagging etc preparations

```bash
# update from GH
Expand All @@ -144,7 +147,7 @@ RELEASETAG=release_${TODAY}_grass_${MAJOR}_${MINOR}_${RELEASE}
echo $RELEASETAG
```

### Tag release (on GitHub)
#### Tag release (on GitHub)

```bash
echo "$VERSION"
Expand Down Expand Up @@ -270,7 +273,7 @@ vim wingrass-maintenance-scripts/grass_addons.sh
vim wingrass-maintenance-scripts/grass_copy_wwwroot.sh
vim wingrass-maintenance-scripts/cronjob.sh # major/minor release only

# update addons - major/minor release only
# update addons - major/minor release only <<-- outdated?!
vim grass-addons/utils/addons/grass-addons-publish.sh
vim grass-addons/utils/addons/grass-addons-build.sh
vim grass-addons/utils/addons/grass-addons.sh
Expand Down

0 comments on commit 1c300f6

Please sign in to comment.