semver icon indicating copy to clipboard operation
semver copied to clipboard

How to sign a release tag using this plugin with NX ?

Open avimehenwal opened this issue 2 years ago • 3 comments

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

Screenshot 2022-04-21 at 18 14 40

avimehenwal avatar Apr 21 '22 16:04 avimehenwal

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?

edbzn avatar Apr 25 '22 12:04 edbzn

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 avatar Apr 29 '22 17:04 avimehenwal

@avimehenwal Directly here, or in a new discussion.

edbzn avatar Apr 30 '22 09:04 edbzn