Skip to content

Commit 87d8949

Browse files
jcornazBenjamin E. Coe
authored andcommitted
docs(readme): Update defaults format to use booleans (true/false) (googleapis#408)
Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 68ee33b commit 87d8949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Automate releases with Conventional Commit Messages.
4949
| `token` | A GitHub secret token, the action defaults to using the special `secrets.GITHUB_TOKEN` |
5050
| `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/main/src/strategies) |
5151
| `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`) |
52-
| `bump-minor-pre-major` | Should breaking changes before 1.0.0 produce minor bumps? Default `No` |
53-
| `bump-patch-for-minor-pre-major` | Should feat changes before 1.0.0 produce patch bumps instead of minor bumps? Default `No` |
52+
| `bump-minor-pre-major` | Should breaking changes before 1.0.0 produce minor bumps? Default `false` |
53+
| `bump-patch-for-minor-pre-major` | Should feat changes before 1.0.0 produce patch bumps instead of minor bumps? Default `false` |
5454
| `path` | create a release from a path other than the repository's root |
5555
| `monorepo-tags` | add prefix to tags and branches, allowing multiple libraries to be released from the same repository. |
5656
| `changelog-types` | A JSON formatted String containing to override the outputted changelog sections |

0 commit comments

Comments
 (0)