https://github.com/jeffersondanielss/release-tag
:up: Updating the project tag based on the type of change
https://github.com/jeffersondanielss/release-tag
avajs flowtype git nodejs travis-ci yarn
Last synced: about 2 months ago
JSON representation
:up: Updating the project tag based on the type of change
- Host: GitHub
- URL: https://github.com/jeffersondanielss/release-tag
- Owner: jeffersondanielss
- License: mit
- Created: 2017-10-24T13:46:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T11:24:27.000Z (over 3 years ago)
- Last Synced: 2025-07-03T13:09:21.462Z (12 months ago)
- Topics: avajs, flowtype, git, nodejs, travis-ci, yarn
- Language: JavaScript
- Homepage:
- Size: 979 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Release Tag
[](https://travis-ci.org/jeffersondanielss/release-tag)
[](https://codeclimate.com/github/jeffersondanielss/release-tag/maintainability)
[](https://codeclimate.com/github/jeffersondanielss/release-tag/test_coverage)

## 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
```bash
$ npm i -g release-tag
```
## how use
```bash
$ release-tag
```
## Development
Scripts useful at the time of development, example:
```bash
$ 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