You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to permanently enable some flag for an auto command
Describe the solution you'd like
.autorc
{// Configure any of auto's commands"release": {// Prerelease will always be true unless the --prerelease flag is provided"prerelease": true}}
Additional context
This will also solve for forcing canaries in #993. With this new type of configuration a user could provide the following to always have canaries, whether or not they're made through the canary or shipit command.
{
"canary": {
"force": true
}
}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to permanently enable some flag for an
auto
commandDescribe the solution you'd like
.autorc
Additional context
This will also solve for forcing canaries in #993. With this new type of configuration a user could provide the following to always have canaries, whether or not they're made through the
canary
orshipit
command.The text was updated successfully, but these errors were encountered: