This file contains a checklist for steps to take to release a new version of InMAP.
-
Update the version number in
framework.go
. -
Change the version number in
website/static/2019-04-20-sr/sr_util.py
. -
Update the version number in
README.md
. Make sure the README and other documentation is up to date. -
If the input data format has changed since the last release, change the
DataVersion
and/orVarGridDataVersion
variables inframework.go
and regenerate the input data with the new version number. -
Commit the results.
-
Tag the release version using
git tag v${version}
and push it usinggit push origin v${version}
. -
Create a release on github and add any new input or evaluation data as downloads.
-
Github actions will automatically add precompiled binaries to the release.