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 aa5cba6 commit 6d410daCopy full SHA for 6d410da
.github/maintainers_guide.md
@@ -97,7 +97,7 @@ You can generate the documentation by running `./scripts/docs.sh`.
97
1. Create the commit for the release:
98
99
- Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `slack_sdk/version.py`.
100
-- Build the docs with `./scripts/docs.sh`.
+- Build the docs with `./scripts/docs.sh` and then `./scripts/generate_api_docs.sh`.
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.
0 commit comments