iterated-dynamics
iterated-dynamics copied to clipboard
Automate the release process
Currently the release process is done by hand and there is a chance for errors as a result.
See if we can create an automated release process that is triggered by pushing a version tag.
- Build HTML docs
- Build the code in RelWithDebInfo configuration
- Package the code
- Create a release from the tag
- Populate release ReadMe with boiler plate
- Add built assets to the release
- Update github pages from HTML docs
Maybe some/all of this can be done with github actions and github API?
See https://github.com/softprops/action-gh-release