Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions desktop/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"unreleased": [],
"releases": [
{
"version": "0.11.462",
"date": "2026-06-11",
"changes": [
"Bug fixes and improvements"
]
Comment on lines +7 to +9

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Generic placeholder with no unreleased entries to consolidate

The unreleased array was already empty before this PR, yet the bot still generated a release entry for v0.11.462 with the placeholder text "Bug fixes and improvements". This suggests the CI script creates a release even when there is nothing to consolidate, producing uninformative release notes. Future users looking at the changelog won't know what actually changed in this version.

},
{
"version": "0.11.461",
"date": "2026-06-11",
Expand Down
Loading