-
Notifications
You must be signed in to change notification settings - Fork 12
feat(changesets-renovate): add an option to sort the message #2422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: dc144a1 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 |
packages/changesets-renovate/src/__tests__/__snapshots__/generate-changeset.ts.snap
Show resolved
Hide resolved
|
Nice, thanks for the features and clean up |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2422 +/- ##
==========================================
+ Coverage 77.74% 77.86% +0.11%
==========================================
Files 25 25
Lines 764 768 +4
Branches 96 97 +1
==========================================
+ Hits 594 598 +4
Misses 162 162
Partials 8 8 ☔ View full report in Codecov by Sentry. |
|
I've update the PR title, can you rerun the pipeline? Thanks! |
Co-authored-by: Alexandre <alexandre.combemorel@gmail.com> Co-authored-by: philibeaux <aphilibeaux@scaleway.com>
Hi!
This PR contains new option for changesets-renovate: SORT_CHANGESETS. If you enable this option (disabled by default) it will sort contents of the changeset file. Sorting, makes is it easier to read, if the file is long.