Skip to content

Commit 521f930

Browse files
committed
docs(changelog): learn changelog
1 parent f4e465a commit 521f930

File tree

4 files changed

+675
-152
lines changed

4 files changed

+675
-152
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ typings/
6565

6666
*/package-lock.json
6767

68+
.changelog

lerna.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"message": "chore(release): publish %v"
2525
}
2626
},
27-
"version": "4.2.2"
28-
}
27+
"version": "4.2.2",
28+
"changelog": {
29+
"cacheDir": ".changelog"
30+
}
31+
}

0 commit comments

Comments
 (0)