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

Commit

Permalink
fix: support alternate CHANGELOG.md path (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jul 28, 2021
1 parent 6de3c8b commit 3e6dc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|:---:|---|
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async function main () {
token,
label: RELEASE_LABEL,
bumpMinorPreMajor,
changelogPath,
changelogSections,
versionFile,
defaultBranch,
Expand Down

0 comments on commit 3e6dc1e

Please sign in to comment.