-
Notifications
You must be signed in to change notification settings - Fork 714
feat: add command line flags for automation #1699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1699 Comnd updtedFixes #
@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 ? |
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.