Skip to content

Commit 6ae9a3e

Browse files
authored
Update Releasing section of maintainers guide (#1125)
1 parent 0045b5d commit 6ae9a3e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/maintainers_guide.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,12 @@ You can generate the documentation by running `./scripts/docs.sh`.
9696

9797
1. Create the commit for the release:
9898

99-
- Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `slackclient/version.py`.
100-
- Add a description of changes to the Changelog in `docs-src/changelog.rst`
99+
- Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `slack_sdk/version.py`.
101100
- Build the docs with `./scripts/docs.sh`.
102-
- Cut off a branch for the release with `git branch -b v2.5.0-release`
103-
- Set the version in `slack/version.py` (e.g., `2.5.0`)
104-
- Commit with a message including the new version number: `git commit -m'version 2.5.0'`.
105-
- Push the commit to a branch and create a PR to sanity check.
106-
- Merge in release PR after receiving at least one approval from other maintainers.
107-
- Create a git tag for the release. For example `git tag 2.5.0`.
101+
- Create a branch for the release with `git checkout -b v2.5.0`
102+
- Make a commit that includes the new version number: `git commit -m 'version 2.5.0'`.
103+
- Open a PR and merge after receiving at least one approval from other maintainers.
104+
- Create a git tag for the release. For example `git tag v2.5.0`.
108105
- Push the tag up to github with `git push origin --tags`
109106

110107
2. Distribute the release

0 commit comments

Comments
 (0)