README
Bump It
Bump your version and tag it appropriately.
Getting Started
Install:
npm install bump-it
How to use it:
bump-it
# ? Which version number do you want to bump? (Use arrow keys)
# ❯ patch v0.0.7
# minor v0.1.0
# major v1.0.0
Bump your version and tag it appropriately.
<script type="module">
import bumpIt from 'https://cdn.skypack.dev/bump-it';
</script>
Bump your version and tag it appropriately.
Install:
npm install bump-it
How to use it:
bump-it
# ? Which version number do you want to bump? (Use arrow keys)
# ❯ patch v0.0.7
# minor v0.1.0
# major v1.0.0