Skip to content

Commit

Permalink
Add auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Aug 2, 2020
1 parent 3037ff4 commit 4a7012f
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 1 deletion.
206 changes: 206 additions & 0 deletions packages/velocity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/velocity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"start": "rollup -w -c --environment BUILD,TEST",
"build": "rollup -c --environment BUILD,MINIFY,TEST",
"lint": "tslint src/**/*.ts src-ui/**/*.ts test/src/**/*.ts",
"test": "rollup -c --environment TEST"
"test": "rollup -c --environment TEST",
"version": "npm run build && auto-changelog && git add ."
},
"main": "velocity.min.js",
"module": "velocity.es5.js",
Expand All @@ -50,6 +51,7 @@
],
"devDependencies": {
"@types/qunit": "^2.5.1",
"auto-changelog": "^1.7.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-polyfill": "^6.26.0",
Expand Down

0 comments on commit 4a7012f

Please sign in to comment.