build: automate release packaging and version bumps with changesets#2851
build: automate release packaging and version bumps with changesets#2851
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
WilliamBergamin
left a comment
There was a problem hiding this comment.
Nice work 🥇 looking forward to trying this out 🚀
|
@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. |
|
@WilliamBergamin Landing one more change that splits the workflow between changelogs and publish to match the latest |
Summary
This PR adds Changesets to this project for improved package release and publishing workflows:
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:
@astrojs/rss: https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md@biomejs/biome: https://github.com/biomejs/biome/blob/main/packages/%40biomejs/biome/CHANGELOG.md@slack/web-api: https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/CHANGELOG.mdPreview
📚 https://github.com/slackapi/bolt-js/blob/changesets/.github/maintainers_guide.md#-updating-changesets
Notes
https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/
Requirements