Skip to content

Commit

Permalink
docs: atuaiza a documentação e faz bump da versão do pacote
Browse files Browse the repository at this point in the history
Altera a ajuda, o README e faz um bump da versão.
  • Loading branch information
adriano-lemos-dev committed Sep 11, 2020
1 parent b10f24f commit bd1da36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Veja a própria ajuda do `commitly`:
```
cmtly [comando] <opções>
Sem parâmetro algum o modo interativo é acionado!
Comandos:
feat .......... Auxilia na criação de uma mensagem de commit para um nova funcionalidade
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitly",
"version": "1.0.0",
"version": "1.1.0",
"description": "Um CLI para auxiliar na criação de commits melhores",
"bin": {
"cmtly": "./index.js"
Expand Down
2 changes: 2 additions & 0 deletions src/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const menus = {
main: `
${chalk.greenBright('cmtly [comando] <opções>')}
${chalk.greenBright('Sem parâmetro algum o modo interativo é acionado!')}
${chalk.underline(chalk.yellow('Comandos:'))}
${chalk.blueBright(
Expand Down

0 comments on commit bd1da36

Please sign in to comment.