We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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*