| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
🦋 Changeset detectedLatest commit: 6e634d2 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 |
Sorry, something went wrong.
|
@Sh031224 Thanks for contributing this! I'd really like this feature. |
Sorry, something went wrong.
I hadn't thought of a way to use glob. |
Sorry, something went wrong.
|
@1oglop1 |
Sorry, something went wrong.
|
I would like to also see a flag for the name of generated file, in case user doesn't want to have it randomly generated |
Sorry, something went wrong.
As a personal preference, I use changeset files not with randomized .changesets/unicorn-in-space.md but with some more meaningful unique names like .changesets/Issue1337.md So I would be happy to see --filename foo which would create .changesets/foo.md instead of .changesets/wooden-icecream.md |
Sorry, something went wrong.
|
What is the status of this pull request? Is there any chance it will be merged soon? // EDIT 🦋 Note: All dependents of these packages that will be incompatible with 🦋 the new version will be patch bumped when this changeset is applied. 🦋 🦋 Is this your desired changeset? (Y/n) › true It would be great if there were an additional flag like --yes or --auto-approval so that we can apply changesets without any user interactions. We can use a workaround by piping yes y to changesets, e.g.: yes y | changesets add --message "My message" --patch @my/package but it's kinda hacky. |
Sorry, something went wrong.
I would like to develop this PR further if I receive feedback from maintainers. |
Sorry, something went wrong.
|
Is this PR still being tracked so it can me merged and used soon? |
Sorry, something went wrong.
…ature/add-without-interaction
Merge conflicts were resolved by reflecting the latest code. If you have any problems, please let me know. |
Sorry, something went wrong.
This is a pity. For those of us wanting to automate workflows, especially if we're not on github, this sort of feature is necessary |
Sorry, something went wrong.
|
There's a workaround for forking this repo; yarn and pnpm support patching dependencies. |
Sorry, something went wrong.
|
What's the progress of this issue? |
Sorry, something went wrong.
|
This PR's merge is a urgent requirement for me to automate changeset cli workflows. |
Sorry, something went wrong.
|
long waiting for this PR be merged, really need it in CI/CD. |
Sorry, something went wrong.
|
@Andarist I will pay you $100 USD to merge this PR |
Sorry, something went wrong.
|
I will chip in another $2 |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1121 +/- ##
==========================================
+ Coverage 87.31% 87.45% +0.13%
==========================================
Files 71 71
Lines 2546 2582 +36
Branches 681 690 +9
==========================================
+ Hits 2223 2258 +35
- Misses 299 300 +1
Partials 24 24 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
feel free to toss us some pennies to via OpenCollective or GH Sponsors 😉 |
Sorry, something went wrong.
|
It would be much better if you don't have to repeat --major, --minor, or --patch multiple times by allowing the separation by commas (e.g. --minor pkg1,pkg2 --patch pkg3,pkg4 instead of --minor pkg1 --minor pkg2 --patch pkg3 --patch pkg4). |
Sorry, something went wrong.
please open a new issue and so we can track this! |
Sorry, something went wrong.
|
@Andarist Thank you for merging this! As promised sent the $100 via GH Sponsors. Thanks for all the work you do to maintain this!
|
Sorry, something went wrong.
Sorry, something went wrong.
|
Note that we now have a wonderful team, and it's best to sponsor Changesets work using our OpenCollective |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What is the Change?
Added new flag to add in @changeset/cli.
If the major, minor, and patch flags are present, no package is selected by user interaction.
Also, if there is a message flag, the summary can be injected as a flag without being input through interaction.
Reference: #1118