Skip to content

Commit

Permalink
ci(release): Configurações de release inicial
Browse files Browse the repository at this point in the history
Adição de tipos convencionais de commit em pt-br, tradução das perguntas para formar o commit e
configuração do Travis para fazer o release automático
  • Loading branch information
tibuurcio committed Jun 30, 2017
1 parent 5907664 commit dd70d94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: node_js
cache:
directories:
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cz-ptbr-changelog",
"version": "0.0.0-semantically-released.0",
"version": "0.0.0-semantically-released",
"description": "Commitizen adapter para projetos escritos em pt_BR que seguem o formato conventional-changelog.",
"main": "index.js",
"scripts": {
Expand All @@ -24,6 +24,9 @@
},
"devDependencies": {
"commitizen": "2.9.6",
"semantic-release": "^6.3.2"
"semantic-release": "^6.3.6"
},
"czConfig":{
"path": "./"
}
}

0 comments on commit dd70d94

Please sign in to comment.