Skip to content

Conversation

juwon8891
Copy link
Member

Closed #19443

This PR introduces a new feature that implements logic for setting the GORELEASER_PREVIOUS_TAG based on the versioning scheme.

  • Extracts major, minor, and patch versions from the current tag.
  • Handles patch releases by finding the last tag in the same minor version.
  • For new minor version releases, finds the last tag from the previous minor version.
  • Falls back to the most recent tag in the previous major version if no suitable tag is found.
Click to see the test image image

…rsioning

Signed-off-by: Juwon Hwang (Kevin) <juwon8891@gmail.com>
@juwon8891 juwon8891 requested review from a team as code owners August 10, 2024 16:53
Copy link

bunnyshell bot commented Aug 10, 2024

❗ Preview Environment undeploy from Bunnyshell failed

See: Environment Details | Pipeline Logs

Available commands (reply to this comment):

  • 🚀 /bns:deploy to redeploy the environment
  • /bns:delete to try again to remove the environment

Copy link

bunnyshell bot commented Aug 10, 2024

✅ Preview Environment created on Bunnyshell but will not be auto-deployed

See: Environment Details

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

Copy link

codecov bot commented Aug 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.86%. Comparing base (bdb2608) to head (82b36a9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #19470      +/-   ##
==========================================
- Coverage   52.86%   52.86%   -0.01%     
==========================================
  Files         315      315              
  Lines       43645    43645              
==========================================
- Hits        23073    23071       -2     
- Misses      18025    18026       +1     
- Partials     2547     2548       +1     

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

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.

Release notes for 2.12.0 only showing changes since 2.12.0-rc5, not since 2.11.x
2 participants