File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ To release a new version of the CLI, follow these steps:
4141 - For example, for the ` v0.2.0 ` release, create a new branch called ` release-0.2 ` .
4242 - This allows for the continued release of bug fixes to older CLI versions.
43432 . Create a new tag on the appropriate release branch for the version you are releasing.
44+ - Ensure you sign the tag with your GPG key.
45+ - You can do this by running ` git tag -s v0.1.1 -m "v0.1.1" ` .
46+ - You can verify the tag by running ` git verify-tag v0.1.1 ` .
4447 - For instance, you might create ` v0.1.1 ` or ` v0.1.1-alpha.1 ` on the ` release-0.1 ` branch.
4548 - Remember to create tags only on the ` release-* ` branches, not on the ` main ` branch.
46493 . When a new semver tag is created, a workflow will automatically create a GitHub draft release.
You can’t perform that action at this time.
0 commit comments