Skip to content

Commit

Permalink
refactor(tradução): Mudança no texto da pergunta de descrição completa
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Jun 30, 2017
1 parent dd70d94 commit a60efd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function (options) {
}, {
type: 'input',
name: 'body',
message: 'Escreva uma maior descrição das mudanças:\n'
message: 'Escreva uma descrição mais completa das mudanças:\n'
}, {
type: 'input',
name: 'breaking',
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"format cjs";

var engine = require('./engine');
var tipos = require('./tipos-commit-ptbr');
var conventionalCommitTypes = require('./tipos-commit-ptbr.json');

module.exports = engine({
types: tipos
types: conventionalCommitTypes.types
});
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"commitizen": "2.9.6",
"semantic-release": "^6.3.6"
},
"czConfig":{
"path": "./"
"config":{
"commitizen": {
"path": "./index.js"
}
}
}

0 comments on commit a60efd0

Please sign in to comment.