invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.08k stars 193 forks source link

feat: add support for `melos bs --skip-linking` #684

Closed xsahil03x closed 4 months ago

xsahil03x commented 4 months ago

Description

Fixes: #682 Adds a new flag --skip-linking to the melos bs.

Logs

Updating common dependencies in workspace packages... ✓ melos └> Updated environment ✓ melos_workspace └> Updated environment ✓ conventional_commit └> Updated environment

SUCCESS

Generating IntelliJ IDE files...

SUCCESS

-> 3 packages bootstrapped


- with `--skip-linking` disabled
```zsh
melos bootstrap
  └> /Users/sahilkumar/StudioProjects/melos

Updating common dependencies in workspace packages...
  ✓ conventional_commit
    └> Updated environment
  ✓ melos
    └> Updated environment
  ✓ melos_workspace
    └> Updated environment
  > SUCCESS

Running "dart pub get" in workspace packages...
  ✓ conventional_commit
    └> packages/conventional_commit
  ✓ melos_workspace
    └> .
  ✓ melos
    └> packages/melos
  > SUCCESS

Generating IntelliJ IDE files...
  > SUCCESS

 -> 3 packages bootstrapped

Type of Change

xsahil03x commented 3 months ago

Hey @spydon , can we do a new release today with all the new features available in main? Thanks

spydon commented 3 months ago

Hey @spydon , can we do a new release today with all the new features available in main? Thanks

Hey, Did you see my other comment where you pinged me for a release? You can easily use main directly while waiting for a release.