Changelog
Table of Contents
This section contains release changelogs automatically generated from conventional commits.
Release History
Changelogs are organized by release version under changelog/release/{version}/.
Each release contains:
| File | Description |
|---|---|
|
Jira ticket references only. Use this for QA tracking and verification. |
|
Customer-facing changes: Jira refs, features, bug fixes, documentation, and maintenance. |
|
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.