mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 04:51:40 +02:00
feat: Add bump-minor-pre-major option (#9)
This commit is contained in:
11
README.md
11
README.md
@@ -34,11 +34,12 @@ Automate releases with Conventional Commit Messages.
|
||||
|
||||
## Configuration
|
||||
|
||||
| Variable | Description |
|
||||
| --------------- | ------------------------------------------------ |
|
||||
| token | A GitHub secret token, you will most likely want to use the special `secrets.GITHUB_TOKEN` |
|
||||
| release-type | What type of project is this a release for? Currently we support `node`, `ruby`, `python`, `terraform-module`, 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`) |
|
||||
| Variable | Description |
|
||||
| -------------------- | ------------------------------------------------ |
|
||||
| token | A GitHub secret token, you will most likely want to use the special `secrets.GITHUB_TOKEN` |
|
||||
| release-type | What type of project is this a release for? Currently we support `node`, `ruby`, `python`, `terraform-module`, 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` |
|
||||
|
||||
## How release please works
|
||||
|
||||
|
||||
Reference in New Issue
Block a user