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

Set version scheme to semver #1202

Merged
merged 2 commits into from
Jun 21, 2023
Merged

Set version scheme to semver #1202

merged 2 commits into from
Jun 21, 2023

Conversation

Lee-W
Copy link
Contributor

@Lee-W Lee-W commented Jun 21, 2023

Since version 3.4.0, commitizen introduce version_schemes. By default, python project uses pep440 instead of semver (check here for more information). As we use "semver" in this project, I set the version_scheme to "semver" to fix a version bumping error

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (972beca) 98.59% compared to head (0642327) 98.59%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1202   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files          90       90           
  Lines        5395     5395           
=======================================
  Hits         5319     5319           
  Misses         76       76           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Lee-W Lee-W merged commit a1ef99e into main Jun 21, 2023
10 checks passed
@Lee-W Lee-W deleted the set-version-scheme-to-semver branch June 21, 2023 10:42
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.

None yet

2 participants