Clarify Marketplace release handoff - #11
Open
fqjony wants to merge 2 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the release documentation and release-hand-off messaging to better describe the GitHub Marketplace flow, alongside preparing the v1.0.4 release metadata.
Changes:
- Bump release version to
1.0.4and addv1.0.4release notes. - Rewrite Marketplace release guidance in
docs/releasing.md. - Adjust the Slack handoff text sent by the publish workflow.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Bumps the release version to 1.0.4. |
| CHANGELOG.md | Adds v1.0.4 entry dated 2026-08-24. |
| docs/releasing.md | Updates Marketplace publishing/verification guidance and clarifies operator steps. |
| .github/workflows/publish-release.yml | Updates the Slack handoff “Next steps” message for release operations. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+33
to
+35
| Publishing an action to GitHub Marketplace is a one-time UI setup. This action | ||
| already has a Marketplace listing, so a published versioned release updates the | ||
| existing listing without another manual publishing step. |
| --arg tag "$RELEASE_TAG" \ | ||
| --arg url "$RELEASE_URL" \ | ||
| '{text: (":rocket: Rabbit Automation Action *" + $tag + "* is published.\n" + $url + "\n\nNext:\n• Wait for *Verify release* to pass.\n• Publish it in GitHub Marketplace (Deployment, Security).\n• Verify the listing and complete the caller canary before moving `v1`.")}')" | ||
| '{text: (":rocket: Rabbit Automation Action *" + $tag + "* is published.\n" + $url + "\n\nNext:\n• Wait for *Verify release* to pass.\n• Verify Marketplace lists this version.\n• Complete the caller canary before moving `v1`.")}')" |
Comment on lines
130
to
+133
| payload="$(jq -nc \ | ||
| --arg tag "$RELEASE_TAG" \ | ||
| --arg url "$RELEASE_URL" \ | ||
| '{text: (":rocket: Rabbit Automation Action *" + $tag + "* is published.\n" + $url + "\n\nNext:\n• Wait for *Verify release* to pass.\n• Publish it in GitHub Marketplace (Deployment, Security).\n• Verify the listing and complete the caller canary before moving `v1`.")}')" | ||
| '{text: (":rocket: Rabbit Automation Action *" + $tag + "* is published.\n" + $url + "\n\nNext:\n• Wait for *Verify release* to pass.\n• Verify Marketplace lists this version.\n• Run a non-production caller plan with `@production`, then move `v1`.")}')" |
Comment on lines
+6
to
+9
| ## v1.0.4 - 2026-08-24 | ||
|
|
||
| - Clarified the one-time GitHub Marketplace setup and the checks required for | ||
| each subsequent action release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation