Skip to content

Commit a6a6a85

Browse files
Update maintainers_guide.md
1 parent 043f1af commit a6a6a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/maintainers_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ landed, then [run the tests](#run-all-the-unit-tests).
154154
2. Build the docs with `./scripts/generate_api_docs.sh`.
155155
3. Commit with a message including the new version number. For example `1.2.4.dev0` & push the commit to a branch where the development release will live (create it if it does not exist)
156156
1. `git checkout -b future-release`
157-
2. `git commit -m 'version 1.2.4.dev0'`
157+
2. `git commit -m 'chore(release): version 1.2.4.dev0'`
158158
3. `git push -u origin future-release`
159159
2. Create a new GitHub Release
160160
1. Navigate to the [Releases page](https://github.com/slackapi/bolt-python/releases).
@@ -183,7 +183,7 @@ the last tag is in a releasable state! At a minimum, [run the tests](#run-all-th
183183
2. Build the docs with `./scripts/generate_api_docs.sh`.
184184
3. 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.
185185
1. `git checkout -b 1.2.3-release`
186-
2. `git commit -m 'chore(release): tag version 1.2.3'`
186+
2. `git commit -m 'chore(release): version 1.2.3'`
187187
3. `git push -u origin 1.2.3-release`
188188
4. Add relevant labels to the PR and add the PR to a GitHub Milestone.
189189
5. Merge in release PR after getting an approval from at least one maintainer.

0 commit comments

Comments
 (0)