We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6987c9 commit a118752Copy full SHA for a118752
.gitignore
@@ -5,6 +5,7 @@ node_modules/
5
.vscode/
6
coverage/
7
.coveralls.yml
8
+.changelog/
9
npm-debug.log*
10
lerna-debug.log
11
lerna.json
@@ -3,5 +3,13 @@
3
"version": "independent",
4
"packages": [
"packages/*"
- ]
+ ],
+ "changelog": {
+ "repo": "driftyco/ionic-cli",
+ "labels": {
+ "fix": "Bug fix",
+ "feat": "New Feature"
12
+ },
13
+ "cacheDir": ".changelog"
14
+ }
15
}
package.json
@@ -26,7 +26,6 @@
26
"awesome-typescript-loader": "^3.1.2",
27
"concurrently": "^3.1.0",
28
"coveralls": "^2.2.0",
29
- "cz-lerna-changelog": "^1.2.0",
30
"eslint-config-ionic": "0.0.2",
31
"jest-cli": "^17.0.3",
32
"json-loader": "^0.5.4",
0 commit comments