Skip to content

Conversation

zimeg
Copy link
Member

@zimeg zimeg commented Jul 15, 2025

Summary

This PR includes GitHub milestones and labels with the release steps of the MAINTAINERS_GUIDE.md to match related projects.

Preview

📚 https://github.com/slackapi/python-slack-hooks/blob/zimeg-docs-maintainers-guide-release/.github/maintainers_guide.md

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 ./scripts/install_and_run_tests.sh after making the changes.

@zimeg zimeg requested a review from WilliamBergamin July 15, 2025 20:22
@zimeg zimeg self-assigned this Jul 15, 2025
@zimeg zimeg added the documentation Improvements or additions to documentation label Jul 15, 2025
Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.68%. Comparing base (252031c) to head (b68287e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #63   +/-   ##
=======================================
  Coverage   94.68%   94.68%           
=======================================
  Files          11       11           
  Lines         207      207           
=======================================
  Hits          196      196           
  Misses         11       11           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

📝 Notes for the kind reviewers!

@@ -89,14 +89,17 @@ This project uses [mypy](https://mypy.readthedocs.io/en/stable/index.html) to ch
If you want to test the package locally you can.

1. Build the package locally

Copy link
Member Author

Choose a reason for hiding this comment

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

🔍 Autoformatting from the editor but no change to rendered markdown outputs AFAICT!

Copy link
Contributor

Choose a reason for hiding this comment

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

One of the oldest ideas on my task list is to find a markdown formatter that we could use across all our projects, everyone seems to have their own 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

I would be so glad to share a matching formatter for sake of a consistent edits! It's sometimes difficult to ignore the unstaged changes this can cause otherwise...

- 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 'version 1.2.3'`
- `git commit -m 'chore(release): tag version 1.2.3'`
Copy link
Member Author

Choose a reason for hiding this comment

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

👁️‍🗨️ Preferring the conventional commit here: https://www.conventionalcommits.org/en/v1.0.0/

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice 💯 I like this

@zimeg zimeg mentioned this pull request Jul 15, 2025
3 tasks
Copy link
Contributor

@WilliamBergamin WilliamBergamin left a comment

Choose a reason for hiding this comment

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

Nice 🚀 thanks for updating this

- 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 'version 1.2.3'`
- `git commit -m 'chore(release): tag version 1.2.3'`
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice 💯 I like this

- Merge in release PR after getting an approval from at least one maintainer.
2. Create a new GitHub Release from the
[Releases page](https://github.com/slackapi/python-slack-hooks/releases) by
clicking the "Draft a new release" button.
3. Input the version manually into the "Choose a tag" input. You must use the
same version found in `slack_bolt/version.py`
same version found in `slack_cli_hooks/version.py`
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@zimeg zimeg added this to the 0.2.0 milestone Jul 16, 2025
@zimeg
Copy link
Member Author

zimeg commented Jul 16, 2025

@WilliamBergamin Thanks for the review and wonderful release process that we have on this project!

I'll stay tuned for markdown formatting changes to come, but for now we can merge this following the 0.1.0 release 🚀

@zimeg zimeg merged commit baed3af into main Jul 16, 2025
17 checks passed
@zimeg zimeg deleted the zimeg-docs-maintainers-guide-release branch July 16, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants