Skip to content

docs(changelog): add release template and reference links (#317)#325

Open
nanotaboada wants to merge 3 commits intomasterfrom
docs/317-normalize-changelog-structure
Open

docs(changelog): add release template and reference links (#317)#325
nanotaboada wants to merge 3 commits intomasterfrom
docs/317-normalize-changelog-structure

Conversation

@nanotaboada
Copy link
Copy Markdown
Owner

@nanotaboada nanotaboada commented Apr 21, 2026

Summary

  • Add <!-- Template for new releases: --> comment block after the last release entry
  • Add reference links at the bottom for all four releases plus [Unreleased]

Test plan

  • No other content changed
  • Reference links point to correct GitHub compare/tag URLs

Closes #317

🤖 Generated with Claude Code


This change is Reviewable

Summary by CodeRabbit

  • Documentation
    • Added a standardized changelog entry template specifying version header format and standard sections (Added/Changed/Deprecated/Removed/Fixed/Security).
    • Added GitHub reference links for "Unreleased" and existing version entries so past and future release references resolve within the changelog.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 928a725e-6d36-48d4-9cad-00cd7022f58b

📥 Commits

Reviewing files that changed from the base of the PR and between 3e7d758 and 555ece5.

📒 Files selected for processing (1)
  • CHANGELOG.md
✅ Files skipped from review due to trivial changes (1)
  • CHANGELOG.md

Walkthrough

Appended the standard release-entry template comment and added reference link definitions for [Unreleased], [2.0.1 - Chelsea], [2.0.0 - Barcelona], and [1.0.0 - Arsenal] to CHANGELOG.md. No other content was modified.

Changes

Cohort / File(s) Summary
CHANGELOG Documentation
CHANGELOG.md
Inserted the release-entry template comment block and added reference links for [Unreleased], [2.0.1 - Chelsea], [2.0.0 - Barcelona], and [1.0.0 - Arsenal] pointing to GitHub compare/release URLs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Assessment against linked issues

Objective Addressed Explanation
Add release-entry template comment (#317)
Add reference links for all releases and unreleased (#317)
No other content changed (#317)

Possibly related issues

Possibly related PRs

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The PR title follows Conventional Commits format (docs:), is under 80 characters (64), and accurately describes the main change: adding a release template and reference links to CHANGELOG.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/317-normalize-changelog-structure
  • 🛠️ sync documentation: Commit on current branch
  • 🛠️ sync documentation: Create PR
  • 🛠️ enforce http error handling: Commit on current branch
  • 🛠️ enforce http error handling: Create PR
  • 🛠️ idiomatic review: Commit on current branch
  • 🛠️ idiomatic review: Create PR
  • 🛠️ verify api contract: Commit on current branch
  • 🛠️ verify api contract: Create PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (acb6812) to head (555ece5).

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #325   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        32        32           
===========================================
  Files              3         3           
  Lines             90        90           
  Branches           8         8           
===========================================
  Hits              90        90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
CHANGELOG.md (1)

160-160: Optional: align Unreleased label casing for consistency.

This works as-is, but using [Unreleased]: ... to match the section header (## [Unreleased]) improves readability and keeps docs style consistent.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` at line 160, The link reference label currently uses
`[unreleased]` while the changelog section header is `## [Unreleased]`; update
the reference label to `[Unreleased]:
https://github.com/nanotaboada/java.samples.spring.boot/compare/v2.0.1-chelsea...HEAD`
so the casing matches the `## [Unreleased]` header for consistent documentation
style.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@CHANGELOG.md`:
- Line 160: The link reference label currently uses `[unreleased]` while the
changelog section header is `## [Unreleased]`; update the reference label to
`[Unreleased]:
https://github.com/nanotaboada/java.samples.spring.boot/compare/v2.0.1-chelsea...HEAD`
so the casing matches the `## [Unreleased]` header for consistent documentation
style.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ce08d8f8-8522-4409-8a5b-80f99554761f

📥 Commits

Reviewing files that changed from the base of the PR and between acb6812 and 3e7d758.

📒 Files selected for processing (1)
  • CHANGELOG.md

@sonarqubecloud
Copy link
Copy Markdown

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.

Normalize CHANGELOG.md structure

1 participant