-
Notifications
You must be signed in to change notification settings - Fork 3
Release
Patrick Diehl edited this page Nov 12, 2019
·
5 revisions
This page contains the steps to prepare a new release.
Update version number in Config.h.in
and run ./bin/NLMech
and ./bin/mesh
to verify the updated version number.
This will automatically update the DOI on Zendo.
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.
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.