monodeploy
monodeploy copied to clipboard
:monorail: Like semantic-release and Lerna, but for Yarn modern workspaces
**Describe the bug** I get this error when I run my publish workflow in one of my repositories. (It is unfortunately private.) ``` Executing Release Hooks ➤ YN0001: │ Error:...
The config can be confusing, even with the documentation. Ideally 99% of users should be able to just run: ``` yarn monodeploy ``` we should revisit the defaults, and tweak...
**Is your feature request related to a problem? Please describe.** Tools like `terraform` provide the opportunity to plan changes, and to apply them. In this paradigm, a user can run...
The default conventional config supports parsing commit messages but doesn't support changelog generation. For changelog generation, Monodeploy itself uses tophat/commit-utils which yields something like https://github.com/tophat/monodeploy/releases/tag/monodeploy%403.2.0. This is quite verbose compared...
**Is your feature request related to a problem? Please describe.** Add documentation with a diagram for all the lifecycle scripts and where hooks/plugins interact with the pipeline. **Describe the solution...
**Is your feature request related to a problem? Please describe.** I'm unable to quickly contribute because I'm fighting environment and tests rather than writing code **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Currently, when a dependency is updated, we increment the patch version of any dependents; however, there are cases where incrementing...
**Is your feature request related to a problem? Please describe.** As a yarn plugin we get access to the "correct" versions of yarn packages such as core/fslib/plugin-compat etc. **Describe the...
**Describe the bug** yarn monodeploy is crashing, when yarn's version plugin is installed. **To reproduce** yarn plugin import version yarn monodeploy --dry-run **Expected behavior** No crash - should work -...
**Is your feature request related to a problem? Please describe.** Monodeploy should be fast for large monorepos with 100+ packages. We need some way to measure and report on performance....