Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 855 Bytes

RELEASE.md

File metadata and controls

19 lines (10 loc) · 855 Bytes

Release checklist

This file contains a checklist for steps to take to release a new version of InMAP.

  1. Update the version number in framework.go and in cmd/inmap/build.sh.

  2. Update the version number in README.md. Make sure the README and other documentation is up to date.

  3. If the input data format has changed since the last release, change the DataVersion and/or VarGridDataVersion variables in framework.go and regenerate the input data with the new version number.

  4. Set the release date in CHANGELOG.md.

  5. Commit the results.

  6. Run cmd/inmap/build.sh to create executables for different platforms.

  7. Tag the release version using git tag v${version} and push it using git push origin v${version}.

  8. Create a release on github and add the binary executables and any new input or evaluation data as downloads.