Skip to content

Commit a118752

Browse files
committed
feat(): added lerna changelog
1 parent a6987c9 commit a118752

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules/
55
.vscode/
66
coverage/
77
.coveralls.yml
8+
.changelog/
89
npm-debug.log*
910
lerna-debug.log
1011

lerna.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"version": "independent",
44
"packages": [
55
"packages/*"
6-
]
6+
],
7+
"changelog": {
8+
"repo": "driftyco/ionic-cli",
9+
"labels": {
10+
"fix": "Bug fix",
11+
"feat": "New Feature"
12+
},
13+
"cacheDir": ".changelog"
14+
}
715
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"awesome-typescript-loader": "^3.1.2",
2727
"concurrently": "^3.1.0",
2828
"coveralls": "^2.2.0",
29-
"cz-lerna-changelog": "^1.2.0",
3029
"eslint-config-ionic": "0.0.2",
3130
"jest-cli": "^17.0.3",
3231
"json-loader": "^0.5.4",

0 commit comments

Comments
 (0)