Release Changelog

This section contains release changelogs automatically generated from conventional commits.

Release History

Changelogs are organized by release version under changelog/{version}/.

Each release contains:

File Description

qa.adoc

Jira ticket references only. Use this for QA tracking and verification.

external.adoc

Customer-facing changes: Jira refs, features, bug fixes, documentation, and maintenance.

all.adoc

Complete changelog including all conventional commit types.

Changelog Format

Changelogs are generated from Conventional Commits:

feat(scope): add new feature
fix(scope): fix bug
docs(scope): update documentation
chore(scope): maintenance task
refs: DEV-1234 Jira ticket description

Jira references are automatically converted to clickable links.