Affected Packages
@changesets/cli@2.25.0
Problem
Wanna support command way to add changelog
Now If I add a changelog, I need Select the packages you want to include in the changeset using ↑ and ↓ to navigate to packages, and space to select a package. Hit enter when all desired packages are selected.
It doesn't suitable on ci pipeline
I wanna support command way to add a changelog and autoly execute the command by CI pipeline, like this:
changeset add --major -m "this release info and description"
# then I can get branch commit description to add changelog when the branch merged
git log --pretty=format:"%b" HEAD -2 | xargs changeset add --major -m
Proposed solution
I havent
Affected Packages
@changesets/cli@2.25.0
Problem
Wanna support command way to add changelog
Now If I add a changelog, I need
Select the packages you want to include in the changeset using ↑ and ↓ to navigate to packages, and space to select a package. Hit enter when all desired packages are selected.It doesn't suitable on ci pipeline
I wanna support command way to add a changelog and autoly execute the command by CI pipeline, like this:
Proposed solution
I havent