Preparing a Version Release History Document
This document is intended for AI agents operating within a DocOps Lab environment.
Original sources for this document include:
ReleaseHx automatically generates release notes and changelogs from GitHub Issues and PRs when properly labeled.
| Every DocOps Lab project implements ReleaseHx differently as a way of “eating our own dog food”. |
Refer to any given project’s documentation for specific instructions on how to prepare changes for inclusion in release notes and changelogs.
The general procedure is as follows:
-
Generate a draft release history in YAML.
bundle exec rhx <version> --yaml --fetch
-
Edit the generated YAML to ensure clarity and completeness.
-
Generate the Markdown version.
bundle exec rhx <version> --md docs/release/<version>.md