Skip to content

Conversation

@zimeg
Copy link
Member

@zimeg zimeg commented Nov 7, 2025

Summary

This PR hopes to add the semver:patch label to the automatic updates of the Golang version - Ex: #258.

Requirements

@zimeg zimeg self-assigned this Nov 7, 2025
@zimeg zimeg requested a review from a team as a code owner November 7, 2025 00:48
@zimeg zimeg added code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Nov 7, 2025
Copy link
Member Author

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

📬 A quick jot for kind reviewers!

git commit --all -m "build(deps): bump golang to ${VERSION#go}"
git push -u origin chore-bump-golang
gh pr create --title "build(deps): bump golang to ${VERSION#go}" --body "Automatic update to the latest release of Go" --milestone "Next Release" --label "code health"
gh pr create --title "build(deps): bump golang to ${VERSION#go}" --body "Automatic update to the latest release of Go" --milestone "Next Release" --label "code health" --label "semver:patch"
Copy link
Member Author

Choose a reason for hiding this comment

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

🏷️ note: Multiple "label" flags were tested with success on an example repo elsewhere!

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #259      +/-   ##
==========================================
+ Coverage   64.59%   64.60%   +0.01%     
==========================================
  Files         212      212              
  Lines       17505    17505              
==========================================
+ Hits        11307    11309       +2     
+ Misses       5132     5130       -2     
  Partials     1066     1066              

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

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

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

✅ Nice, thanks for making the Golang version bumps even smoother!

@zimeg
Copy link
Member Author

zimeg commented Nov 10, 2025

@mwbrooks Of course - it's nice to focus sometimes on one fewer thing 👾 ✨

@zimeg zimeg enabled auto-merge (squash) November 10, 2025 17:47
@zimeg zimeg merged commit 13f00d3 into main Nov 10, 2025
8 checks passed
@zimeg zimeg deleted the zimeg-ci-gobump-label branch November 10, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants