Skip to content

Commit

Permalink
Update build process to use write-changelog package
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Oct 15, 2018
1 parent 099ff4b commit 4678f9c
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 223 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,14 @@
"scripts": {
"build": "node scripts/build.js",
"build:watch": "sane 'npm run build' --glob='src/**' --glob='**/build.js'",
"changelog": "changelog-maker --filter-release",
"postversion": "vsce publish && vsce package",
"publish": "np --yolo --no-publish",
"version": "node scripts/version.js",
"version": "write-changelog",
"vscode:prepublish": "npm run build"
},
"devDependencies": {
"changelog-maker": "^2.2.5",
"execa": "^0.6.0",
"pupa": "^1.0.0",
"read-pkg": "^2.0.0",
"sane": "^1.6.0"
"sane": "^1.6.0",
"write-changelog": "^1.2.0"
}
}
67 changes: 0 additions & 67 deletions scripts/version.js

This file was deleted.

Loading

0 comments on commit 4678f9c

Please sign in to comment.