Skip to content

Commit 02ff127

Browse files
Merge pull request #1137 from gallettilance/release-docs
[docs] update changelog command
2 parents 70939eb + 2c9ae8c commit 02ff127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Make sure you have a GitHub API access token. You can generate one from [tokens]
8484
# <start-semver> is the previous version.
8585
# <end-semver> is the new release you have made.
8686
github_changelog_generator -u operator-framework -p operator-lifecycle-manager --since-tag=<start-semver> \
87-
--token=<github-api-token> --future-release=<end-semver> --pr-label="**Other changes:**"
87+
--token=<github-api-token> --future-release=<end-semver> --pr-label="**Other changes:**" -b CHANGELOG.md
8888
```
8989
* Open a new PR with the changelog.
9090

0 commit comments

Comments
 (0)