Skip to content

Notes on release process

Simo Sorce edited this page Nov 22, 2024 · 3 revisions

git checkout main git pull --rebase

git commit -a -m "Release Version X.Y.Z" make dist

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

Create release page and upload distdir/meson-dist/pkcs11-provider-X.Y.Z*

Clone this wiki locally