Skip to content

Commit f1a04dc

Browse files
docs: update release steps
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 7b3c2b9 commit f1a04dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
4343
2. 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.
4649
3. When a new semver tag is created, a workflow will automatically create a GitHub draft release.

0 commit comments

Comments
 (0)