Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I imagine the workflow would be as follows:
npx changeset-recover@beta
to help fill out the Changelog (in bite-sized, PR-oriented pieces that the tooling calls "changesets" (for those unfamiliar: https://github.com/changesets/changesets/ ))main
).changeset/*.md
filesmain
that allows you to preview how the versions will change on each of the packagesI'm still thinking about a tool for this, because this amount of manual work isn't fun -- for this particular repo, since the packages themselves don't have changelogs at all, this tool might be reasonbly easy to write -- I'd kinda need to see the format that these single-version changelog entries use since the changelog files would be "created for the first time" by the changeset tool. My hunch Is that I can write a local tool to this repo that just pulls in the entirety of the changelog files into the main changelog and then deletes the per-package ones
packageName@version
- examples: xstate ember-resourcespackageName@version
- examples: xstate, ember-resourcesAssumptions:
prepare
script runs automatically/settings/actions
: