lo2s
lo2s copied to clipboard
Add release workflow
With the added Citation.cff file, which needs updating for every release, we should think about a github actions workflow for the release.
Current, manual steps:
- Update CMakeLists.txt
- Create
Version bump
commit - Create a new release that tags the version bump commit and manually add a changelog (and/or generate parts of the changelog using the button)
New step:
- Update citations.cff
See also #319