3.3.7 • Published 7 years ago

coveo-hg-auto-semver v3.3.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

3.3.6

7 years ago

3.3.5

7 years ago

3.3.4

7 years ago

3.3.3

7 years ago

3.3.2

7 years ago

3.3.1

7 years ago

3.2.3

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago