Skip to content

Rewrite CHANGELOG to match AGENTS section taxonomy#246

Merged
CodyCBakerPhD merged 5 commits into
mainfrom
copilot/rewrite-changelog-according-to-new-agents-md-rules
May 27, 2026
Merged

Rewrite CHANGELOG to match AGENTS section taxonomy#246
CodyCBakerPhD merged 5 commits into
mainfrom
copilot/rewrite-changelog-according-to-new-agents-md-rules

Conversation

Copilot AI commented May 27, 2026

Copy link
Copy Markdown
Contributor

This updates CHANGELOG.md to follow the section structure now required by AGENTS.md. Existing release notes were reclassified into the new subsection taxonomy, and the Upcoming section now contains a properly scoped entry for this PR.

  • What changed

    • Converted top-level release headings from # to ## for consistency with the new layout
    • Reworked historical entries into the required sections:
      • ### 🚀 Enhancement
      • ### 🐛 Bug Fix
      • ### 📝 Documentation
      • ### 🔩 Dependency Updates
      • ### 🏠 Internal
    • Added an Upcoming documentation entry with the PR link format required by AGENTS.md
  • Effect on changelog structure

    • Normalizes old entries that previously used mixed labels such as Features, Improvements, and Fixes
    • Makes future additions align with the repository’s current changelog rules without changing release content
  • Example

    ## Upcoming
    
    ### 📝 Documentation
    
    Rewrote this changelog to use the AGENTS.md section layout. ([#246](https://github.com/dandi/s3-log-extraction/pull/246))

Copilot AI changed the title [WIP] Rewrite CHANGELOG according to new AGENTS.md rules Rewrite CHANGELOG to match AGENTS section taxonomy May 27, 2026
Copilot AI requested a review from CodyCBakerPhD May 27, 2026 17:50
@CodyCBakerPhD CodyCBakerPhD marked this pull request as ready for review May 27, 2026 17:55
Updated guidelines for CHANGELOG.md entries and PR titles.
@CodyCBakerPhD

Copy link
Copy Markdown
Collaborator

@copilot These do not lead with - as items in a list, nor do they have the PR link URLs

Copilot AI commented May 27, 2026

Copy link
Copy Markdown
Contributor Author

@copilot These do not lead with - as items in a list, nor do they have the PR link URLs

Fixed in 42083c9.

@CodyCBakerPhD

Copy link
Copy Markdown
Collaborator

Fixed in 42083c9.

@copilot That only did a few entries; please update all

Copilot AI commented May 27, 2026

Copy link
Copy Markdown
Contributor Author

Fixed in 42083c9.

@copilot That only did a few entries; please update all

Fixed in 6e1ff21.

@codecov

codecov Bot commented May 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.88%. Comparing base (5130621) to head (6e1ff21).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #246      +/-   ##
==========================================
- Coverage   73.43%   71.88%   -1.55%     
==========================================
  Files          41       40       -1     
  Lines        1547     1494      -53     
==========================================
- Hits         1136     1074      -62     
- Misses        411      420       +9     
Flag Coverage Δ
unittests 71.88% <ø> (-1.55%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@CodyCBakerPhD CodyCBakerPhD merged commit 7b2e10a into main May 27, 2026
4 checks passed
@CodyCBakerPhD CodyCBakerPhD deleted the copilot/rewrite-changelog-according-to-new-agents-md-rules branch May 27, 2026 18:18
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.

Rewrite CHANGELOG according to new AGENTS.md rules

2 participants