Skip to content

ci: send release announcements on publish#2571

Merged
zimeg merged 1 commit intomainfrom
zimeg-ci-release-announcement
Apr 30, 2026
Merged

ci: send release announcements on publish#2571
zimeg merged 1 commit intomainfrom
zimeg-ci-release-announcement

Conversation

@zimeg
Copy link
Copy Markdown
Member

@zimeg zimeg commented Apr 30, 2026

Summary

This PR posts a release announcement to a Slack channel for more celebrations 🎉 Similar: slackapi/bolt-js#2877

Reviewers

Confirm this matches expected outputs with these commands:

export PUBLISHED_PACKAGES='[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]'
echo "$PUBLISHED_PACKAGES" | jq -r '[.[] | "\(.name)@\(.version)"] | join(", ")'
echo "$PUBLISHED_PACKAGES" | jq -r '[.[] | "https://github.com/${{ github.repository }}/releases/tag/\(.name)@\(.version)"] | join("\n")'
@xx/xx@1.2.0, @xx/xy@0.8.9
https://github.com/${{ github.repository }}/releases/tag/@xx/xx@1.2.0
https://github.com/${{ github.repository }}/releases/tag/@xx/xy@0.8.9

Notes

  • The links are unescaped and don't render as expected in the Slack client but the text is correct so I think this is alright as meaningful reference still!

Requirements

@zimeg zimeg requested a review from srtaalej April 30, 2026 18:31
@zimeg zimeg self-assigned this Apr 30, 2026
@zimeg zimeg requested a review from a team as a code owner April 30, 2026 18:31
@zimeg zimeg added semver:patch enhancement M-T: A feature request for new functionality github_actions Pull requests that update GitHub Actions code labels Apr 30, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 30, 2026

⚠️ No Changeset found

Latest commit: b803d0a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2571   +/-   ##
=======================================
  Coverage   87.38%   87.38%           
=======================================
  Files          62       62           
  Lines       10256    10256           
  Branches      415      415           
=======================================
  Hits         8962     8962           
  Misses       1273     1273           
  Partials       21       21           
Flag Coverage Δ
cli-hooks 87.38% <ø> (ø)
cli-test 87.38% <ø> (ø)
logger 87.38% <ø> (ø)
oauth 87.38% <ø> (ø)
socket-mode 87.38% <ø> (ø)
web-api 87.38% <ø> (ø)
webhook 87.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
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.

This looks good 💯 nice addition 🚀

@zimeg
Copy link
Copy Markdown
Member Author

zimeg commented Apr 30, 2026

@WilliamBergamin Kind thanks! I added the secret to our publishing environment so let's test this! 🚀

@zimeg zimeg merged commit 69b14c8 into main Apr 30, 2026
12 checks passed
@zimeg zimeg deleted the zimeg-ci-release-announcement branch April 30, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement M-T: A feature request for new functionality github_actions Pull requests that update GitHub Actions code semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants