Skip to content

🆙 Updating the project tag based on the type of change

License

Notifications You must be signed in to change notification settings

jeffersondanielss/release-tag

Repository files navigation

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

🆙 Updating the project tag based on the type of change

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published