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

feat: manifest based releaser https://git.io/JmVD4 (#273)

This commit is contained in:
Joel Dodge
2021-03-24 14:59:21 -07:00
committed by GitHub
parent 3428959728
commit 45c32ccd24
3 changed files with 102 additions and 7 deletions

View File

@@ -30,6 +30,17 @@ Automate releases with Conventional Commit Messages.
the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
convention, [release-please](https://github.com/googleapis/release-please)
will start creating Release PRs for you.
4. For an alternative configuration that provides easier bootstrapping options
for initial setup, follow [these instructions](https://github.com/googleapis/release-please/blob/master/docs/manifest-releaser.md)
(ignore the cli section) and then configure this action as follows:
```yaml
#...(same as above)
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
command: manifest
```
## Configuration