ci: post release announcement to slack channel#2877
Conversation
🦋 Changeset detectedLatest commit: ba3d879 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2877 +/- ##
=======================================
Coverage 93.59% 93.59%
=======================================
Files 44 44
Lines 7855 7855
Branches 687 687
=======================================
Hits 7352 7352
Misses 498 498
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
📝 A few notes on these changes in experiment!
There was a problem hiding this comment.
📣 note: This is from earlier PR #2853 before we introduced changesets. I'm adding this now for upcoming releases and testing!
| echo "message=$(echo "$PUBLISHED_PACKAGES" | jq -r '.[] | "\(.name)@\(.version)"' | paste -sd ', ' -)" >> "$GITHUB_OUTPUT" | ||
| env: | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| PUBLISHED_PACKAGES: ${{ steps.changesets.outputs.publishedPackages }} |
There was a problem hiding this comment.
🐢 note: This isn't beautiful parsing but I believe it's stable enough for decent outputs we expect:
- publishedPackages - A JSON array to present the published packages. The format is
[{"name": "@xx/xx", "version": "1.2.0"}, {"name": "@xx/xy", "version": "0.8.9"}]
|
🗣️ I'll now merge this so we can follow up with findings from actual test soon! |
Summary
This PR posts a release announcement to a Slack channel for more celebrations 🎉
Requirements