monodeploy
monodeploy copied to clipboard
:monorail: Like semantic-release and Lerna, but for Yarn modern workspaces
**Is your feature request related to a problem? Please describe.** We manually generate a public preview in CI using a combination of dry-run and github actions. At Top Hat, we...
**Is your feature request related to a problem? Please describe.** Similar to Webpack, take advantage of the plugin system to build out the internal monodeploy stages/pipeline. We'd have "defaults" /...
I'm following the "Getting started" page, beginning with an empty work space, one git commit. However, no matter what I do, it always shows "YN0000: No packages need to be...
**Is your feature request related to a problem? Please describe.** When using groups and releasing all packages with the same version, it may be preferable to create a git tag...
**Is your feature request related to a problem? Please describe.** In one of our monorepos we require squash & merge. We also run monodeploy in dry run to generate a...
**FEATURE:** I would like to be able to attach release assets to a github release created by monodeploy. In my project we build binaries that we like to attach the...
**Is your feature request related to a problem? Please describe.** After graduating a pre-release, subsequent regular releases will create drift causing the pre-release tag to be older than the latest...
**Describe the bug** If a git tag is pushed and then before committing package.json changes (in noRegistry mode) the publish fails for whatever reason, we end up in a sitatuation...
**Describe the bug** git 2.13 is required for last tag detection because of the `--exclude` argument of `git describe`. This is not documented anywhere and is an unexpected breaking change...
**Is your feature request related to a problem? Please describe.** No need to backup and restore package.jsons as we can make modifications in memory prior to publish without having to...