Skip to content

Commit 1a93cf9

Browse files
committed
docs(release): add release doc with changelog generation section
1 parent eef76a2 commit 1a93cf9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/design/release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog Generation
2+
3+
Changelogs for OLM are generated using [GitHub Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator).
4+
5+
```bash
6+
github_changelog_generator -u operator-framework -p operator-lifecycle-manager --since-tag=<start-semver> \
7+
--token=<github-api-token> --future-release=<end-semver> --pr-label="**Other changes:**"
8+
```

0 commit comments

Comments
 (0)