Skip to content

fix(changelog): merge duplicate Changed sections in Unreleased block#12

Merged
rios0rios0 merged 2 commits intochore/standardize-ci-workflowfrom
copilot/sub-pr-11
Mar 21, 2026
Merged

fix(changelog): merge duplicate Changed sections in Unreleased block#12
rios0rios0 merged 2 commits intochore/standardize-ci-workflowfrom
copilot/sub-pr-11

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 21, 2026

The Unreleased section in CHANGELOG.md had two separate ### Changed headings — one added by the CI workflow PR and one from prior changes — violating Keep a Changelog structure.

Merged the CI workflow bullet into the single existing ### Changed section, restoring one heading per section in the Unreleased block.

🚦 Quality checklist

  • Did you add the changes in the CHANGELOG.md? (don't forget the GitHub issue link!)
  • Did you run all the code checks? (make lint)
  • Did you run the security checks? (make sast)
  • Are the tests passing? (make test)

⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.

Copilot AI changed the title [WIP] [WIP] Address feedback on CI workflow standardization PR fix(changelog): merge duplicate Changed sections in Unreleased block Mar 21, 2026
Copilot AI requested a review from rios0rios0 March 21, 2026 16:35
@rios0rios0 rios0rios0 marked this pull request as ready for review March 21, 2026 16:36
Copilot AI review requested due to automatic review settings March 21, 2026 16:36
@rios0rios0 rios0rios0 merged commit 0fa0037 into chore/standardize-ci-workflow Mar 21, 2026
1 check passed
@rios0rios0 rios0rios0 deleted the copilot/sub-pr-11 branch March 21, 2026 16:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the CHANGELOG.md structure by removing a duplicate ### Changed heading under ## [Unreleased] and consolidating the CI-workflow note into the existing ### Changed section to align with Keep a Changelog formatting.

Changes:

  • Removed the duplicate ### Changed heading within the Unreleased block.
  • Moved the CI workflow change bullet into the existing ### Changed section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants