Skip to content

Release Checklist

Michael Tryby edited this page Feb 8, 2022 · 1 revision

When code is ready for release perform the following steps:

  1. Confirm that CI is running properly
  2. Point swmm-toolkit/swmm-solver submodule to latest tagged release @OWA/SWMM
  3. Check build logs to confirm build is clean (free of warnings and errors)
  4. Confirm that tests are passing
  5. Bump version number following Semantic Versioning standard
  • swmm-toolkit/setup.py
  • swmm-toolkit/CmakeLists.txt
  1. Update AUTHORS file
Clone this wiki locally