feat: add command line flags for automation - #1699
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1699 +/- ##
==========================================
+ Coverage 80.71% 80.91% +0.19%
==========================================
Files 54 54
Lines 2261 2274 +13
Branches 677 692 +15
==========================================
+ Hits 1825 1840 +15
+ Misses 431 429 -2
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
@Andarist @bluwy (tagging some people i saw that are core contributors here and could probably answer) - Is this something that you are willing to accept ? |
|
Similar PR: #1121 |
|
Overlapping changes were implemented already by #1121 and we just landed this PR. |
addresses #1698
Adds cli arguments to skip questions:
--all-changed- for automatically selecting all changed packages.--minor- for automatically marking them all as minor changes.--patch- for automatically marking them all as patches.--summary- to add a given summary.All of these can work separately to skip just some of the questions.