get-next-version

Getting the semantic next version of your repo based on conventional commits.

Usage no npm install needed!

<script type="module">
  import getNextVersion from 'https://cdn.skypack.dev/get-next-version';
</script>

README

get-next-version

Getting the semantic next version of your repo using standard-version


Build Status version MIT License

The problem

I want to know what the next semantic version bumb, based on conventional commits would be without doing one.

This solution

This package checks the current commited version and will show the next logical version number.

Table of Contents

Installation

This module should be installed as one of your project's devDependencies:

npm install --save-dev get-next-version

Usage

get-next-version
get-next-version --source <source>

License

MIT