Conversation
Greptile SummaryThis PR makes two minor documentation clarifications in the UDS Core 1.3 release notes, addressing feedback from a backport PR on the release branch.
Confidence Score: 5/5Documentation-only change with no functional, config, or logic impact — safe to merge. Both edits are straightforward prose corrections: dropping the patch suffix from a version reference and clarifying a link label. Nothing executable, configurable, or behavioural is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["1-3.mdx — UDS Core 1.3 Release Notes"] --> B["Upgrade Consideration\n(upgrade to v1.3.1)"]
A --> C["Identity Config Updates\n(UDS Core 1.3 — was '1.3.0')"]
A --> D["Related Documentation"]
D --> E["UDS Core 1.3.0 Changelog\n(clarified label: 'full changelog for 1.3.0')"]
D --> F["UDS Identity Config 0.26.0 Changelog"]
D --> G["UDS Identity Config 0.26.1 Changelog"]
D --> H["Full diff (1.2.2...1.3.1)"]
Reviews (1): Last reviewed commit: "docs: clarity on 1.3 release notes" | Re-trigger Greptile |
briantwatson
left a comment
There was a problem hiding this comment.
Thinking it might make sense to drop the .0 in the template here in the spirit of these changes? https://github.com/defenseunicorns/uds-core/blob/main/.ai/docs/release-notes-template.md?plain=1#L96
The changelog is explicitly for the first release in each minor, so that link should actually stay as |
Description
Switched release callout to mention
1.3instead of1.3.0. This was feedback here on the backport PR to the release branch.1.3mirrors other callouts in this same doc and other release notes, for exampleUDS Core 1.3 introduces....