Skip to content

Commit

Permalink
feat: add support for bootstrapping with pubspec overrides (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaugold authored Apr 11, 2022

Verified

This commit was signed with the committer’s verified signature.
jrjohnson Jon Johnson
1 parent 935d97c commit 236e24f
Showing 10 changed files with 744 additions and 131 deletions.
6 changes: 6 additions & 0 deletions docs/configuration/overview.mdx
Original file line number Diff line number Diff line change
@@ -75,6 +75,12 @@ Learn more about defining scripts [here](/configuration/scripts).

Configuration relating to specific Melos commands such as versioning.

### `command/bootstrap/usePubspecOverrides`

Whether to use `pubspec_overrides.yaml` for overriding workspace dependencies during development.

Enabling this option requires Dart **2.17.0** or greater.

### `command/version/message`

A template for the commit message, that is generated by `melos version`.
1 change: 1 addition & 0 deletions packages/melos/lib/melos.dart
Original file line number Diff line number Diff line change
@@ -18,4 +18,5 @@ export 'src/workspace_configs.dart'
IDEConfigs,
IntelliJConfig,
MelosWorkspaceConfig,
BootstrapCommandConfigs,
VersionCommandConfigs;
Loading

0 comments on commit 236e24f

Please sign in to comment.