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.
In order to ease up the creation of package versions, I would like to include changesets.
Goal is to create changesets which get versioned by the changeset action. The automatically created PR includes the combined package version of all existing changesets.
Because the package version is bound to the creation of npm packages, I would like to limit the execution of the
publish
workflow to the source branch of changeset. Otherwise it would be a noop on other branches. The branch name of changeset is:changeset-release/{{baseBranch}}
.As a follow up I will configure the changeset bot for this project to prevent merged PRs without a changeset.