Skip to content

Commit

Permalink
chore(): improving config for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 21, 2018
1 parent 1650778 commit 6b8806c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
"--cache-folder .yarn-cache"
],
"changelog": {
"repo": "syncano/syncano-node",
"labels": {
"enhancement": ":rocket: Enhancement",
"bug": ":bug: Bug Fix"
"feature": ":rocket: Feature",
"bug": ":bug: Bug Fix",
"docs": ":bug: Documentation"
},
"cacheDir": ".changelog"
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"report:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"precommit": "lint-staged",
"changelog": "npx lerna-changelog",
"publish": "npx lerna publish --conventional-commits",
"deploy": "yarn run deploy:cookbook && yarn run deploy:cheatsheet",
"deploy:cookbook": "node scripts/deploy cookbook",
"deploy:cheatsheet": "node scripts/deploy cheatsheet",
Expand Down

0 comments on commit 6b8806c

Please sign in to comment.