Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Latest commit

 

History

History
9 lines (6 loc) · 421 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 421 Bytes

npm-version-action

A GitHub action for automatically versioning repos using npm version ${type} after PRs are merged

Follows Semantic commit message format to version;

  • If any commit has "BREAKING CHANGE" in it, does a MAJOR semver increase
  • If any commit starts with "feat:", does a MINOR semver increase
  • Default to a "patch" semver increase.