We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27511f commit e69c777Copy full SHA for e69c777
.github/maintainers_guide.md
@@ -157,6 +157,7 @@ password: {your password}
157
- Commit with a message including the new version number. For example `1.2.3` & Push the commit to a branch and create a PR to sanity check.
158
- `git checkout -b v1.2.3`
159
- `git commit -a -m 'version 1.2.3'`
160
+ - `git push -u origin HEAD`
161
- Open a PR and merge after receiving at least one approval from other maintainers.
162
163
2. Distribute the release
0 commit comments