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.

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

codecovBot commented Nov 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.15%. Comparing base (618808f) to head (352d4ed).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #1781 +/- ##
=======================================
Coverage 85.15% 85.15% =======================================
Files 115 115 Lines 13069 13069 =======================================
Hits 11129 11129 Misses 1940 1940 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zimegzimeg 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
- Commit with a message including the new version number. For example `1.2.3`
& Push the commit to a branch and create a PR to sanity check.
- `git checkout -b 1.2.3-release`
- `git commit -m 'chore(release): tag version 1.2.3'`

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
ContributorAuthor

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 mainNov 5, 2025
13 checks passed
@WilliamBergamin
WilliamBergamin deleted the automate-release-process branch November 5, 2025 16:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actionsPull requests that update GitHub Actions codesemver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@WilliamBergamin@zimeg