Skip to content

Commit

Permalink
notes on tagging added and more cleanup
Browse files Browse the repository at this point in the history
- notes on tagging added
- backport of 2e2a6ff (__pycache__ removal)
  • Loading branch information
neteler committed Nov 6, 2019
1 parent f14e58e commit 21708b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/howto_release.md
Expand Up @@ -77,6 +77,7 @@ find . -name '*.rej' | xargs rm
find . -name '*.o' | xargs rm
find . -name '*.pyc' | xargs rm
find . -name 'OBJ.*' | xargs rm -r
find . -name '__pycache__' | xargs rm -r
rm -f gui/wxpython/menustrings.py gui/wxpython/build_ext.pyc gui/wxpython/xml/menudata.xml gui/wxpython/xml/module_tree_menudata.xml
chmod -R a+r *
```
Expand Down Expand Up @@ -149,6 +150,14 @@ To be done in GH interface:

https://github.com/OSGeo/grass/releases/new

Tag version | target (examples):
7.8.1RC1 | releasebranch_7_8

Add release desciption (re-use existing texts as possible)

If RC, then check
[x] This is a pre-release

### Packaging of source code tarball

TODO: add checkout of code via release tag (?)
Expand Down Expand Up @@ -193,6 +202,8 @@ Example:
2019
```

Commit as "back to dev"

Reset local copy to GH:
```bash
# update from GH
Expand Down

0 comments on commit 21708b5

Please sign in to comment.