Skip to content

build: automate release packaging and version bumps with changesets#2851

Merged
zimeg merged 4 commits intomainfrom
changesets
Apr 8, 2026
Merged

build: automate release packaging and version bumps with changesets#2851
zimeg merged 4 commits intomainfrom
changesets

Conversation

@zimeg
Copy link
Copy Markdown
Member

@zimeg zimeg commented Apr 7, 2026

Summary

This PR adds Changesets to this project for improved package release and publishing workflows:

$ npm run changeset

The above command might be run alongside enhancements and fixes to write entries for our next release. Some other packages use this for detailed release notes as kind example:

Preview

📚 https://github.com/slackapi/bolt-js/blob/changesets/.github/maintainers_guide.md#-updating-changesets

Notes

Requirements

@zimeg zimeg added this to the 4.8.0 milestone Apr 7, 2026
@zimeg zimeg self-assigned this Apr 7, 2026
@zimeg zimeg added semver:patch release github_actions Pull requests that update GitHub Actions code labels Apr 7, 2026
@zimeg zimeg requested a review from a team as a code owner April 7, 2026 02:20
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.59%. Comparing base (a18c359) to head (0441ff2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2851   +/-   ##
=======================================
  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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 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.

Nice work 🥇 looking forward to trying this out 🚀

@zimeg
Copy link
Copy Markdown
Member Author

zimeg commented Apr 8, 2026

@WilliamBergamin Likewise I think this'll be meaningful for upcoming releases. Let's merge this and perhaps test in follow ups of #2827!

I'll configure the changesets bot, OIDC publishing, and the workflow configuration next.

@zimeg
Copy link
Copy Markdown
Member Author

zimeg commented Apr 8, 2026

@WilliamBergamin Landing one more change that splits the workflow between changelogs and publish to match the latest node SDK changes. I forgot this might've blocked workflow permissions! 🚢

@zimeg zimeg merged commit 80cf13f into main Apr 8, 2026
26 checks passed
@zimeg zimeg deleted the changesets branch April 8, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code release semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants