1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-11 10:01:32 +02:00

feat: add bump-patch-for-minor-pre-major option (#365)

This commit is contained in:
Ilya Lesikov
2021-09-24 00:02:28 +03:00
committed by GitHub
parent 973b63d3d5
commit 435e216fbe
6 changed files with 30 additions and 22 deletions

View File

@@ -50,6 +50,7 @@ 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` |
| `bump-patch-for-minor-pre-major` | Should feat changes before 1.0.0 produce patch bumps instead of 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. |
| `changelog-types` | A JSON formatted String containing to override the outputted changelog sections |