Skip to content

Commit

Permalink
chore: Generate changelog after release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmessing committed Dec 25, 2018
1 parent d849126 commit 8e7d8f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"test": "lerna run test",
"release:note": "node scripts/gen-release-notes.js run",
"release:build": "lerna run build",
"prerelease": "yarn release:note && yarn release:build",
"prerelease": "yarn release:build",
"postrelease": "yarn release:note",
"release": "lerna publish"
},
"devDependencies": {
Expand Down

0 comments on commit 8e7d8f2

Please sign in to comment.