Add no commit flag to CLI - #1585
Conversation
🦋 Changeset detectedLatest commit: d18f248 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1585 +/- ##
=======================================
Coverage 81.16% 81.16%
=======================================
Files 54 54
Lines 2241 2241
Branches 669 673 +4
=======================================
Hits 1819 1819
Misses 417 417
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
The two lines that aren't covered are a destructuring ( |
|
Not sure who would be the best for review, but I see that @bennypowers and @Andarist were recent contributors. Sorry if this is the wrong ping 🙇 |
f6897c6 to
d18f248
Compare
Often, we have staged changes and then make a changeset. This rolls up the staged changes with the changeset and is quite annoying.
Adding this
--no-commit/-nflag will allow a user to make a changeset and not commit the newly created changeset.