Configure semantic-release and update CHANGELOG.md management - #778
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This pull request updates the release automation workflow to improve the release process and ensure important files are committed after a release. The main changes are:
Release workflow improvements:
package.jsonwhen determining whether to trigger the release workflow, reducing unnecessary runs.Automated release commit enhancements:
@semantic-release/gitplugin, which automatically commits updatedCHANGELOG.mdandpackage.jsonfiles with a standardized release message after each release.