Skip to content

Commit

Permalink
chore(docs): fix tag creation step
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jul 12, 2024
1 parent 7d8c387 commit facf559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Once the pull request is approved, merge it and update your local copy of the `m
Then, create a new tag for the release based on the `main` branch as follows:

```shell
git tag -a vX.Y.Z
git tag -a -s vX.Y.Z
```

Make sure to add a message to the tag commit as follows:
Expand Down

0 comments on commit facf559

Please sign in to comment.