Release Changelog
This section contains release changelogs automatically generated from Conventional Commits by the CI/CD Finalize-Sprint pipeline.
Release History
Changelogs are organized by release version under changelog/{version}/.
A new version folder is published each time a release branch is finalized.
Each release contains:
| File | Description |
|---|---|
|
Jira ticket references only ( |
|
Customer-facing changes: Jira refs, features, bug fixes, documentation, and maintenance. |
|
Complete changelog including every conventional commit type. |
Changelog Format
Entries are derived from the commit message prefix:
| Prefix | Section |
|---|---|
|
Features |
|
Bug Fixes |
|
Performance |
|
Documentation |
|
Refactoring |
|
Maintenance |
|
Jira References (rendered as clickable links) |
Example commit messages:
feat(gui): expose build info via /api/version
fix(usp): null-guard in UspDevice.addNewParameter
docs(installation): document FT_TLS_AUTH env var
refs: DEV-2132