Skip to content
#

commits

Here are 162 public repositories matching this topic...

barelyhuman
barelyhuman commented Feb 21, 2021

Give the cli the ability to create version tags on behalf of the user using a sub command release

Cases to be covered

  • If the user has no previous tags, start with 0.0.1 , if the user passes a flag saying -beta , the tag will be instead 0.0.0-beta.0
  • if a tag exists then it increases the current version by one based on passed flag following semver, -major increase to 1.0.1, `-

Improve this page

Add a description, image, and links to the commits topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the commits topic, visit your repo's landing page and select "manage topics."

Learn more