Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 6fc9b14

Browse files
author
Benjamin E. Coe
authored
feat: adds support for releases from alternate paths (#50)
Refs: googleapis/release-please#501
1 parent acceae8 commit 6fc9b14

5 files changed

Lines changed: 161 additions & 74 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Automate releases with Conventional Commit Messages.
4040
| `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) |
4141
| `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`) |
4242
| `bump-minor-pre-major` | Should breaking changes before 1.0.0 produce minor bumps? Default `No` |
43+
| `--path` | create a release from a path other than the repository's root |
44+
| `--monorepo-tags` | add prefix to tags and branches, allowing multiple libraries to be released from the same repository. |
4345

4446
| output | description |
4547
|:---:|---|

0 commit comments

Comments
 (0)