Skip to content

Update Releasing section of Maintainers' Guide#1125

Merged
seratch merged 1 commit intoslackapi:mainfrom
misscoded:update-maintainers-guide
Oct 8, 2021
Merged

Update Releasing section of Maintainers' Guide#1125
seratch merged 1 commit intoslackapi:mainfrom
misscoded:update-maintainers-guide

Conversation

@misscoded
Copy link
Copy Markdown
Contributor

Summary

Minor updates to the Releasing section of the Maintainers' Guide to reflect the current process.

Requirements (place an x in each [ ])

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@misscoded misscoded added the docs M-T: Documentation work only label Oct 8, 2021
- Bump the version number in adherence to [Semantic Versioning](http://semver.org/) in `slack_sdk/version.py`.
- Build the docs with `./scripts/docs.sh`.
- Cut off a branch for the release with `git branch -b v2.5.0-release`
- Set the version in `slack/version.py` (e.g., `2.5.0`)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this because as far as we could tell, this is auto-updated now.

@misscoded misscoded requested a review from seratch October 8, 2021 23:34
- Push the commit to a branch and create a PR to sanity check.
- Merge in release PR after receiving at least one approval from other maintainers.
- Create a git tag for the release. For example `git tag 2.5.0`.
- Create a branch for the release with `git checkout -b v2.5.0`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We looked to pattern match from recent history and didn't see appending of the -release but want to verify this bit.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 8, 2021

Codecov Report

Merging #1125 (ee83b44) into main (0045b5d) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1125      +/-   ##
==========================================
+ Coverage   88.05%   88.08%   +0.02%     
==========================================
  Files         110      110              
  Lines       10681    10681              
==========================================
+ Hits         9405     9408       +3     
+ Misses       1276     1273       -3     
Impacted Files Coverage Δ
slack_sdk/socket_mode/builtin/internals.py 72.64% <0.00%> (+1.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0045b5d...ee83b44. Read the comment docs.

Copy link
Copy Markdown
Contributor

@seratch seratch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the outdated parts!

@seratch seratch merged commit 6ae9a3e into slackapi:main Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs M-T: Documentation work only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants