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

feat(deps): latest version of release-please (#122)

This commit is contained in:
Benjamin E. Coe
2020-12-01 18:35:09 -05:00
committed by GitHub
parent a546b365e3
commit 5469575329
4 changed files with 63 additions and 48 deletions

View File

@@ -45,7 +45,6 @@ Automate releases with Conventional Commit Messages.
| `changelog-types` | A JSON formatted String containing to override the outputted changlog sections |
| `version-file` | provide a path to a version file to increment (used by ruby releaser) |
| `fork` | Should the PR be created from a fork (does not work with `secrets.GITHUB_TOKEN`) |
| `clean` | Should stale release PRs be closed post release? Default `true` |
| `command` | release-please command to run, either `github-release`, or `release-pr` (_defaults to running both_) |
| output | description |