Skip to content

Commit 3cabc2d

Browse files
committed
Fixed typos in RELEASE doc
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 666c0c5 commit 3cabc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Maintaining the release branches for older minor releases happens on a best effo
4545

4646
For a new major or minor release, create the corresponding release branch based on the master branch. For a patch release, work in the branch of the minor release you want to patch.
4747

48-
0. Make you've a GPG key associated to your GitHub account (`git tag` will be signed with the GPG key)
49-
- You can add a GPG key to your GitHub account using the following [procedure](https://help.github.com/articles/generating-a-gpg-key/)
48+
0. Make sure you've a GPG key associated to your GitHub account (`git tag` will be signed with that GPG key)
49+
- You can add a GPG key to your GitHub account following [this procedure](https://help.github.com/articles/generating-a-gpg-key/)
5050
1. Update the version number in the `VERSION` file
5151
2. Update `CHANGELOG.md`
5252
- Add a new section for the new release with all the changelog entries

0 commit comments

Comments
 (0)