Skip to content

feat: add linter for release notes filename validation#8139

Closed
Nexusrex18 wants to merge 1 commit intoenvoyproxy:mainfrom
Nexusrex18:fix/linter-release-notes
Closed

feat: add linter for release notes filename validation#8139
Nexusrex18 wants to merge 1 commit intoenvoyproxy:mainfrom
Nexusrex18:fix/linter-release-notes

Conversation

@Nexusrex18
Copy link
Copy Markdown
Contributor

What type of PR is this?
In this PR, I added a linter to validate release notes filenames follow the SemVer convention, preventing issues like the one in #8133 where release notes had incorrect paths/names.

What this PR does / why we need it:

Questions for Maintainers

  • Should I add any other checks or any changes ?
  • As per this issue, these file should be renamed as like as follows:
  • v0.2.0-rc1.yaml should be v0.2.0-rc.1.yaml
  • v0.2.0-rc2.yaml should be v0.2.0-rc.2.yaml
  • v1.7.0-rc1.yaml should be v1.7.0-rc.1.yaml

Which issue(s) this PR fixes:
Fixes #8134

@Nexusrex18 Nexusrex18 requested a review from a team as a code owner January 30, 2026 22:05
@netlify
Copy link
Copy Markdown

netlify bot commented Jan 30, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit 5fd106a
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/697d2bdd9fc2a700084ba5ac

Signed-off-by: Nexusrex18 <lavisnj350@gmail.com>
@Nexusrex18 Nexusrex18 force-pushed the fix/linter-release-notes branch from 16457de to 5fd106a Compare January 30, 2026 22:08
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.70%. Comparing base (45f92bc) to head (5fd106a).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8139      +/-   ##
==========================================
- Coverage   73.74%   73.70%   -0.04%     
==========================================
  Files         240      240              
  Lines       36470    36470              
==========================================
- Hits        26896    26882      -14     
- Misses       7672     7685      +13     
- Partials     1902     1903       +1     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zirain
Copy link
Copy Markdown
Member

zirain commented Jan 31, 2026

Sorry @Nexusrex18 there's #8137 for this.

@cnvergence
Copy link
Copy Markdown
Member

Closing this as #8137 got merged.
Thanks!

@cnvergence cnvergence closed this Feb 2, 2026
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.

create an linter for release-notes

3 participants