1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 11:51:37 +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

@@ -123,6 +123,7 @@ async function main () {
token,
label: RELEASE_LABEL,
bumpMinorPreMajor,
changelogPath,
changelogSections,
versionFile,
defaultBranch,