You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ Maintaining the release branches for older minor releases happens on a best effo
45
45
46
46
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.
47
47
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/)
50
50
1. Update the version number in the `VERSION` file
51
51
2. Update `CHANGELOG.md`
52
52
- Add a new section for the new release with all the changelog entries
0 commit comments