Closed coordt closed 4 months ago
Version hint: patch Current version: 0.24.1 New version (when merged): 0.24.2
Comment ID: Display the version hint-auto-generated
PR Preview Action v1.4.7
:---:
:rocket: 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
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.06%. Comparing base (
9df3475
) to head (96ee796
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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