You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
@@ -40,15 +40,16 @@ Automate releases with Conventional Commit Messages.
40
40
| `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) |
41
41
| `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`) |
42
42
| `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. |
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. |
45
45
| `changelog-types` | A JSON formatted String containing to override the outputted changlog sections |
46
46
47
47
| output | description |
48
48
|:---:|---|
49
49
| `release_created` | `true` if the release was created, `false` otherwise |
50
50
| `upload_url` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
51
51
| `tag_name` | Directly related to [**Create a release**](https://developer.github.com/v3/repos/releases/#response-4) API |
52
+
| `fork` | Should the PR be created from a fork (does not work with `secrets.GITHUB_TOKEN`) |
52
53
53
54
### Release types supported
54
55
@@ -105,7 +106,7 @@ To output more commit information in the changelog, a JSON formatted String can
0 commit comments