Skip to content

Commit 6d410da

Browse files
author
Filip Maj
committed
Update release steps to include generating API docs.
1 parent aa5cba6 commit 6d410da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/maintainers_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You can generate the documentation by running `./scripts/docs.sh`.
9797
1. Create the commit for the release:
9898

9999
- 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`.
100+
- Build the docs with `./scripts/docs.sh` and then `./scripts/generate_api_docs.sh`.
101101
- Create a branch for the release with `git checkout -b v2.5.0`
102102
- Make a commit that includes the new version number: `git commit -m 'version 2.5.0'`.
103103
- Open a PR and merge after receiving at least one approval from other maintainers.

0 commit comments

Comments
 (0)