1
0
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:
Corey Farrell
2020-05-18 12:27:44 -04:00
committed by GitHub
parent 9586d19055
commit 788c495e26
4 changed files with 16 additions and 8 deletions

View File

@@ -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