Skip to content

Conversation

markphelps
Copy link
Collaborator

This pull request includes changes to improve the handling of version tags and changelog entries in the release process. The most important changes include updating the logic for filtering version tags, fixing formatting in changelog generation, and adding a new changelog entry for version v1.59.1.

Improvements to version tag filtering:

  • build/release/release.go: Updated the versionTags function to filter tags starting with v1 instead of v. This ensures that only version 1 tags are included in the release process.

Fixes to changelog generation:

  • build/release/changelog.go: Removed the unnecessary newline before the changelog heading in the insertChangeLogVersion function to improve formatting consistency.

Addition of a new changelog entry:

  • CHANGELOG.md: Added the changelog entry for version v1.59.1, including a fix for flag metadata parsing from snapshots.

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner June 27, 2025 13:44
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jun 27, 2025
@markphelps markphelps merged commit 19d27b0 into main Jun 27, 2025
44 of 45 checks passed
@markphelps markphelps deleted the release/1.59 branch June 27, 2025 13:55
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.71%. Comparing base (5ed9c16) to head (78562d5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4386   +/-   ##
=======================================
  Coverage   63.71%   63.71%           
=======================================
  Files         171      171           
  Lines       17609    17609           
=======================================
  Hits        11220    11220           
  Misses       5719     5719           
  Partials      670      670           
Flag Coverage Δ
unittests 63.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant