chore: automate release process by WilliamBergamin · Pull Request #1781 · slackapi/python-slack-sdk · GitHub
Skip to content

chore: automate release process#1781

Merged
WilliamBergamin merged 3 commits into
mainfrom
automate-release-process
Nov 5, 2025
Merged

chore: automate release process#1781
WilliamBergamin merged 3 commits into
mainfrom
automate-release-process

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Summary

This PR aims to automate the release process making it easier and simpler for maintainers to cut releases

Testing

Once this PR is merge we can manually run the release process in dry run and against test.pypi.org

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • 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.

@WilliamBergamin WilliamBergamin self-assigned this Nov 4, 2025
@WilliamBergamin WilliamBergamin added the github_actions Pull requests that update GitHub Actions code label Nov 4, 2025
@codecov

codecov Bot commented Nov 4, 2025

Copy link
Copy Markdown

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@WilliamBergamin Once more, this is an awesome changeset 👾

I left a comment with thought on commit messages and share similar thoughts as in slackapi/bolt-python#1394 but please feel free to update these to what seems right of course!

Comment thread .github/maintainers_guide.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

💡 thought: I'm a fan of this format, but wonder if we might want to include the package name here as well?

git commit -m 'chore(release): slack-sdk 1.2.3'

🗣️ ramble: This might not be the right convention, but I am thinking about adjacent projects in this comment...

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.

I think we can keep this simple for now 💯

@WilliamBergamin WilliamBergamin merged commit 902d583 into main Nov 5, 2025
13 checks passed
@WilliamBergamin WilliamBergamin deleted the automate-release-process branch November 5, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants