File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,12 @@ You can generate the documentation by running `./scripts/docs.sh`.
9696
97971 . 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
1101072 . Distribute the release
You can’t perform that action at this time.
0 commit comments