Skip to content

Commit

Permalink
feat(standard-version): add --sign option (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jul 17, 2018
1 parent 5f1d663 commit 42c4633
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
"markdownlint",
"travis",
"prettier",
"standard-version",
],
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint": "npm-run-all --print-label --parallel lint:*",
"commitmsg": "commitlint -E GIT_PARAMS",
"precommit": "lint-staged",
"release": "standard-version",
"release": "standard-version --sign",
"release:dry-run": "npm run release -- --dry-run"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/package-empty_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "npm-run-all --print-label --parallel lint:*",
"commitmsg": "commitlint -E GIT_PARAMS",
"precommit": "lint-staged",
"release": "standard-version",
"release": "standard-version --sign",
"release:dry-run": "npm run release -- --dry-run"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/package-normal_expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "npm-run-all --print-label --parallel lint:*",
"commitmsg": "commitlint -E GIT_PARAMS",
"precommit": "lint-staged",
"release": "standard-version",
"release": "standard-version --sign",
"release:dry-run": "npm run release -- --dry-run"
},
"lint-staged": {
Expand Down

0 comments on commit 42c4633

Please sign in to comment.