We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef76a2 commit 1a93cf9Copy full SHA for 1a93cf9
Documentation/design/release.md
@@ -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