absolute-version / commit-and-tag-version

Fork of the excellent standard-version. Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org :trophy:
ISC License
391 stars 40 forks source link

fix: fallback to git tag if no version in package file #2

Closed TimothyJones closed 2 years ago

TimothyJones commented 2 years ago

Copy of https://github.com/conventional-changelog/standard-version/pull/898 , fixes https://github.com/conventional-changelog/standard-version/issues/897

BEGIN_COMMIT_OVERRIDE fix: Fallback to git tag if no version in package file END_COMMIT_OVERRIDE

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6c75ed0). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master       #2   +/-   ##
=========================================
  Coverage          ?   97.50%           
=========================================
  Files             ?       25           
  Lines             ?     1122           
  Branches          ?        0           
=========================================
  Hits              ?     1094           
  Misses            ?       28           
  Partials          ?        0           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more