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: .github/maintainers_guide.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,15 +96,12 @@ You can generate the documentation by running `./scripts/docs.sh`.
96
96
97
97
1. Create the commit for the release:
98
98
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`.
101
100
- 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`.
108
105
- Push the tag up to github with `git push origin --tags`
0 commit comments