Skip to content

Clarify Marketplace release handoff - #11

Open
fqjony wants to merge 2 commits into
productionfrom
docs/clarify-marketplace-releases
Open

Clarify Marketplace release handoff#11
fqjony wants to merge 2 commits into
productionfrom
docs/clarify-marketplace-releases

Conversation

@fqjony

@fqjony fqjony commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • clarify that Marketplace setup is one-time and later releases require listing verification
  • update the release Slack handoff to match that flow
  • prepare v1.0.4 release notes

Validation

  • make test (37 passed)
  • rabbit.ci

Copilot AI lite review requested due to automatic review settings August 24, 2026 18:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.4 and add v1.0.4 release 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 thread docs/releasing.md
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.
Comment thread .github/workflows/publish-release.yml Outdated
--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`.")}')"

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

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 thread CHANGELOG.md
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants