From 91d55b33c0f828ab762979d5bf382d84faa1a752 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 23 Apr 2026 11:53:05 -0700 Subject: [PATCH] docs(maintainers): note marketplace share requirement after publish (#598) --- .github/maintainers_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/maintainers_guide.md b/.github/maintainers_guide.md index b36250e..7e6ef8e 100644 --- a/.github/maintainers_guide.md +++ b/.github/maintainers_guide.md @@ -97,7 +97,7 @@ New versions are published when the release PR created from changesets is merged 2. **Review the release PR**: Verify that the version bump matches expectations, `CHANGELOG` entries are clear, and CI checks pass. -3. **Merge and approve**: Merge the release PR, then approve the publish workflow to release the action. +3. **Merge and approve**: Merge the release PR, then approve the publish workflow to release the action. Update the [release](https://github.com/slackapi/slack-github-action/releases) to share to the [marketplace](https://github.com/marketplace/actions/the-slack-github-action). 4. **Update Milestones**: Close the relevant [Milestones](https://github.com/slackapi/slack-github-action/milestones) and rename these to match the released version. Open a new Milestone for the next version.