https://github.com/gisogrimm/tascar
Raw File
Tip revision: f43c297e86b8db899184e09b8ceb6c4e4bbe35e3 authored by Giso Grimm on 22 March 2024, 13:42:24 UTC
release 0.231
Tip revision: f43c297
release.md
# Create a new release

On branch development:

- build, test and package: `make clean; make -j 8 && make pack`

- increment version number in `config.mk`, edit `changelog`

- edit doc/news/index.html

- commit changes to git (do not push)

- create release tag: `make releasetag`

- swich to master branch, merge development

- push tags and master to all remotes

- switch back to development branch

- create release on github
back to top