semver
semver copied to clipboard
How to sign a release tag using this plugin with NX ?
Hello, i recently started a new project using NX and am using @jscutlery/semver to automatically generate sem-version. Once changelogs are generated and pushed to github, i noticed that the tags on github are unverified (screenshot below)
Hence my question is, how can I sign tags using @jscutlery/semver ?
normally I would use something like this git tag -s mytag
to generate and sign tag using GPG but I want to know if it is possible to do it with this plugin and how ?
Thankyou so much
Hi @avimehenwal, there's no way to sign the tag and the release commit actually. It would be nice to add an option to support it. Would you want to contribute?
Sure, I can try. I am looking into NX plugins myself so would be something of interest to me :) Where can I ask questions about the source code ?
@avimehenwal Directly here, or in a new discussion.