monodeploy icon indicating copy to clipboard operation
monodeploy copied to clipboard

:monorail: Like semantic-release and Lerna, but for Yarn modern workspaces

Results 37 monodeploy issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
plugin-github

**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" /...

breaking change

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...

documentation

**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...

enhancement

**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...

enhancement
good first issue

**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...

enhancement
good first issue
plugin-github

**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...

enhancement

**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...

discussion
error handling

**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...

bug

**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...

enhancement
refactor