chore(release): 0.60.6 - #1345
Conversation
Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com>
| @@ -1,3 +1,4 @@ | |||
| ## 0.60.6 (2026-08-28) | |||
There was a problem hiding this comment.
The 0.60.6 entry is empty: the header is immediately followed by the 0.60.5 header with no blank line and no ### Features / ### Bug Fixes section. Every other release header in this file is followed by a blank line and at least one section, and CHANGELOG_GUIDELINES.md states each release must follow the standard section order.
This looks like a side effect of the three commits since 0.60.5 (chore(deps) bumping openjd-model in requirements-testing.txt / requirements-ui-testing.txt, plus a test: and a docs: commit). Since chore is listed in [tool.semantic_release.commit_parser_options].patch_tags, the test-only dependency bump triggered a patch version bump but produced no user-facing entry — so 0.60.6 would publish with no changes to the distributed package and an empty changelog section.
Two things worth deciding before merging:
- Either give the entry a one-line body (e.g. a
### Bug Fixes/ maintenance note) or drop the bare header, so the file stays parseable and consistent. - If test-requirement-only
chore(deps)bumps should not cut releases, consider removingchorefrompatch_tags(or scoping it) so dependabot updates torequirements-*testing.txtdo not produce empty releases.
0.60.6 (2026-08-28)