-
Notifications
You must be signed in to change notification settings - Fork 64
Notes on release process
Simo Sorce edited this page Nov 17, 2025
·
5 revisions
NOTE: Before the next release reconcile meson version (currently 1.1) with tagging (currently 1.1.0) so that tarball versions and tags match.
NOTE: Check is SECURITY.md needs updating as well
git checkout main
git pull --rebase
git commit -a -m "Release Version X.Y.Z"
make dist
Verify all builds ok.
git tag -s -m "Version X.Y.Z" vX.Y.Z
git push origin main
git push origin vX.Y.Z
pushd distdir/meson-dist
gpg --armor --detach-sign pkcs11-provider-X.Y.Z.tar.xz
popd
and upload distdir/meson-dist/pkcs11-provider-X.Y.Z*