Update CHANGELOG.json for v0.11.98 [skip ci]#5611
Merged
Conversation
Contributor
Greptile SummaryThis PR is a routine auto-generated changelog update produced by the Key observations:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub (main)
participant CI as GitHub Actions<br/>desktop_auto_release.yml
participant CHLOG as CHANGELOG.json
participant PR as Changelog PR<br/>[skip ci]
Dev->>GH: Push to main (desktop/** changes)
GH->>CI: Trigger workflow
CI->>CI: Compute next version (v0.11.97 → v0.11.98)
CI->>CHLOG: Read unreleased[]
alt unreleased is empty
CI->>CI: Fallback: ["Bug fixes and improvements"]
else unreleased has entries
CI->>CI: Use actual entries
end
CI->>CHLOG: Insert releases[0] for v0.11.98
CI->>CHLOG: Clear unreleased[]
CI->>GH: Commit changelog + create tag
CI->>PR: Create PR "Update CHANGELOG.json for v0.11.98 [skip ci]"
PR->>GH: Auto-merge to main
Last reviewed commit: 50bda90 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-generated: consolidates unreleased entries into v0.11.98 and clears the unreleased array.