3.3.7 • Published 6 years ago

coveo-hg-auto-semver v3.3.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

hg-auto-semver

Automatically bump versions according to parents branch name. Currently supports npm and maven.

How it works

hg-auto-semver checks for the merged branches between the current revision and the latest tag.

  • If a branch contains breaking-feature- it'll bump the MAJOR version.
  • Otherwise, if a branch contains feature-, it'll bump the MINOR version.
  • Otherwise it will bump a PATCH version.

Note: If no tag exists on the current branch it will use the latest merged branch to bump the version

Usage

npm install coveo-hg-auto-semver --save

To your package.json add

"scripts": {
  "hg-auto-semver": "hg-auto-semver"
}

In your CI, run

npm run hg-auto-semver

Enjoy auto version bumping!

3.3.7

6 years ago

3.3.6

6 years ago

3.3.5

6 years ago

3.3.4

6 years ago

3.3.3

6 years ago

3.3.2

6 years ago

3.3.1

6 years ago

3.2.3

6 years ago

3.2.2

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

1.1.0

7 years ago

1.0.0

7 years ago