Skip to content

Commit

Permalink
feat: adds support for releases from alternate paths (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 27, 2020
1 parent acceae8 commit 6fc9b14
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 74 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,8 @@ Automate releases with Conventional Commit Messages.
| `release-type` | What type of project is this a release for? Reference [Release types supported](#release-types-supported); new types of releases can be [added here](https://github.com/googleapis/release-please/tree/master/src/releasers) |
| `package-name` | A name for the artifact releases are being created for (this might be the `name` field in a `setup.py` or `package.json`) |
| `bump-minor-pre-major` | Should breaking changes before 1.0.0 produce minor bumps? Default `No` |
| `--path` | create a release from a path other than the repository's root |
| `--monorepo-tags` | add prefix to tags and branches, allowing multiple libraries to be released from the same repository. |

| output | description |
|:---:|---|
Expand Down

0 comments on commit 6fc9b14

Please sign in to comment.