Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 3e6dc1e

Browse files
author
Benjamin E. Coe
authored
fix: support alternate CHANGELOG.md path (#329)
Refs: googleapis/release-please#924
1 parent 6de3c8b commit 3e6dc1e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Automate releases with Conventional Commit Messages.
5858
| `command` | release-please command to run, either `github-release`, or `release-pr`, `manifest`, `manifest-pr` (_defaults to running both_) |
5959
| `default-branch` | branch to open pull release PR against (detected by default) |
6060
| `pull-request-title-pattern` | title pattern used to make release PR, defaults to using `chore${scope}: release${component} ${version}`. |
61+
| `changelog-path` | configure alternate path for `CHANGELOG.md`. Default `CHANGELOG.md` |
6162

6263
| output | description |
6364
|:---:|---|

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ async function main () {
123123
token,
124124
label: RELEASE_LABEL,
125125
bumpMinorPreMajor,
126+
changelogPath,
126127
changelogSections,
127128
versionFile,
128129
defaultBranch,

0 commit comments

Comments
 (0)