jeffersondanielss / release-tag

:up: Updating the project tag based on the type of change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Tag

Build Status Maintainability Test Coverage

how use preview

What is it?

Updating the project tag based on the type of change.

  • Major, Big changes in the API (1.0.0)
  • Minor, Adding features (0.1.0)
  • Path, Bug fixes (0.0.1)
  • Dev, Development versions (0.0.0.1.bug)

How install?

Install Globally

$ npm i -g release-tag

how use

$ release-tag

Development

Scripts useful at the time of development, example:

$ yarn test

Comands

command description
build Remove the types and build in the / lib folder
type Does static type checking
test run unit tests
lint run the linter
doctor Run the build, unit tests, type checking, and linter to see if everything is fine
doc:prepare Generate docs
doc:server Run server of docs pages
doc Run build, doc:prepare and doc:server scripts

About

:up: Updating the project tag based on the type of change

License:MIT License


Languages

Language:JavaScript 100.0%