Release Checklist - simd-everywhere/simde GitHub Wiki
- write release notes using the Release Notes Helper
- bump
versioninmeson.buildto an evenminorrelease number - bump
SIMDE_VERSION_{MAJOR,MINOR,MICRO}insimde/simde-common.hto match - make release candidate (make sure to mark it as a "pre-release" in GitHub)
- test on Debian against all official and unofficial architectures using their default gcc version
- Rebuild all packages in Debian that use SIMDe in
experimentalto see if there are any regressions. - fix or ignore any errors found
- make another release candidate (repeating the above as necessary)
- make final release
- upload an amalgamated build of the headers
- create a matching tag for simde-no-tests
- publish a blog post using the release notes
- email the mailing list about the blog post
- ping vcpkg to update, example
- post-release: bump
versioninmeson.buildto an oddminorrelease number - post-release: bump
SIMDE_VERSION_{MAJOR,MINOR,MICRO}insimde/simde-common.hto match - copy this checklist to the wiki for next time