Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed tag version extraction. #207

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

coordt
Copy link
Member

@coordt coordt commented Jul 3, 2024

The output of git describe uses - as a delimiter. Parsing tags caused splits in the parsing of version numbers.

This joins all the remaining parts of the git describe with a -.

Fixes #74

The output of `git describe` uses `-` as a delimiter. Parsing tags caused splits in the parsing of version numbers.

This joins all the remaining parts of the `git describe` with a `-`.
Copy link

github-actions bot commented Jul 3, 2024

Version hint: patch
Current version: 0.24.1
New version (when merged): 0.24.2

Comment ID: Display the version hint-auto-generated

Copy link

github-actions bot commented Jul 3, 2024

PR Preview Action v1.4.7
🚀 Deployed preview to https://callowayproject.github.io/bump-my-version/pr-preview/pr-207/
on branch gh-pages at 2024-07-03 18:40 UTC

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.06%. Comparing base (9df3475) to head (96ee796).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   93.92%   94.06%   +0.13%     
==========================================
  Files          25       25              
  Lines        1565     1567       +2     
  Branches      311      311              
==========================================
+ Hits         1470     1474       +4     
+ Misses         69       68       -1     
+ Partials       26       25       -1     
Flag Coverage Δ
python-3.10 94.06% <100.00%> (+0.13%) ⬆️
python-3.11 94.06% <100.00%> (+0.13%) ⬆️
python-3.8 94.03% <100.00%> (+0.13%) ⬆️
python-3.9 94.03% <100.00%> (+0.13%) ⬆️

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.

@coordt coordt merged commit f9a76ef into master Jul 3, 2024
14 of 15 checks passed
@coordt coordt deleted the 74-fix-config-and-tag-consistency-check branch July 3, 2024 18:47
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.

current_version and tag_name need to match exactly
1 participant