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
421 stars 40 forks source link

fix: continue with commit when commitAll is true #10

Closed TimothyJones closed 2 years ago

TimothyJones commented 2 years ago

This is a copy of https://github.com/conventional-changelog/standard-version/pull/666

BEGIN_COMMIT_OVERRIDE fix: No longer skips the commit if changelog and bump are both skipped but commitAll is set END_COMMIT_OVERRIDE

codecov-commenter commented 2 years ago

Codecov Report

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

@@            Coverage Diff            @@
##             master      #10   +/-   ##
=========================================
  Coverage          ?   97.57%           
=========================================
  Files             ?       25           
  Lines             ?     1155           
  Branches          ?        0           
=========================================
  Hits              ?     1127           
  Misses            ?       28           
  Partials          ?        0           

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