tophat / monodeploy

:monorail: Like semantic-release and Lerna, but for Yarn modern workspaces
https://tophat.github.io/monodeploy/
Apache License 2.0
106 stars 7 forks source link

Change monodeploy configuration defaults to make more sense #406

Closed noahnu closed 2 years ago

noahnu commented 3 years ago

It'd be nice to change some of the defaults, however this would be a breaking change so we'll queue it up for v3:

Proposed Defaults:

Name Current Default Proposed Change Reason
access public infer Only reason it's "public" is to prevent a breaking change in the short term.
commitIgnorePatterns [] autoCommitMessage to break the publish loop
noahnu commented 2 years ago

"access" has been changed in https://github.com/tophat/monodeploy/releases/tag/monodeploy%403.0.0-rc.1. I'll include a change to commitIgnorePatterns as part of a present instead. Closing