Skip to content

Release

Patrick Diehl edited this page Nov 12, 2019 · 5 revisions

This page contains the steps to prepare a new release.

Update the version number

Update version number in Config.h.in and run ./bin/NLMech and ./bin/mesh to verify the updated version number.

Generate a new release of the packages

This will automatically update the DOI on Zendo.

Obtain the new DOI for the new release

Login to Zenodo and get the new DOI of the latest release. Go to the Readme.md and update the markdown badge of the DOI to the latest version.

Update the Docker images with the latest stable version

Go to the buildscrpts repo and update the following line

git clone -b 'v2.0' --single-branch --depth 1 https://github.com/git/git.git

to the new version of the latest release. After you commit, the Docker images will be automatically be build.