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

fix: support alternate CHANGELOG.md path (#329)

Refs: https://github.com/googleapis/release-please/issues/924
This commit is contained in:
Benjamin E. Coe
2021-07-28 17:48:40 -04:00
committed by GitHub
parent 6de3c8b55e
commit 3e6dc1e3aa
2 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ Automate releases with Conventional Commit Messages.
| `command` | release-please command to run, either `github-release`, or `release-pr`, `manifest`, `manifest-pr` (_defaults to running both_) |
| `default-branch` | branch to open pull release PR against (detected by default) |
| `pull-request-title-pattern` | title pattern used to make release PR, defaults to using `chore${scope}: release${component} ${version}`. |
| `changelog-path` | configure alternate path for `CHANGELOG.md`. Default `CHANGELOG.md` |
| output | description |
|:---:|---|