Skip to content

Commit edb8fb1

Browse files
author
João Granado
committed
Merge pull request #49 from seegno/feature/add-changelog-task
Add changelog task
2 parents f4c6128 + 2883b6e commit edb8fb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.1.1",
44
"description": "Angular OAuth2",
55
"main": "./dist/angular-oauth2.js",
6+
"scripts": {
7+
"changelog": "./node_modules/.bin/github-changes -o seegno -r angular-oauth2 -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "https://github.com/seegno/angular-oauth2.git"
@@ -25,6 +28,7 @@
2528
"6to5ify": "^3.1.2",
2629
"angular-mocks": "^1.3.9",
2730
"bower": "^1.3.12",
31+
"github-changes": "^1.0.0",
2832
"gulp": "^3.8.10",
2933
"gulp-6to5": "^2.0.2",
3034
"gulp-concat": "^2.4.3",

0 commit comments

Comments
 (0)