Skip to content

Commit 829f5ed

Browse files
doublefacedoubleface
doubleface
authored andcommittedFeb 15, 2023
feat: Remove lerna-changelog
Since it is not used in other cozy tools and changelog is still updated
1 parent 2fd25ff commit 829f5ed

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
 

‎lerna.json

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"version": "independent",
44
"useWorkspaces": true,
55
"npmClient": "yarn",
6-
"changelog": {
7-
"repo": "konnectors/libs",
8-
"cacheDir": ".changelog"
9-
},
106
"command": {
117
"version": {
128
"conventionalCommits": true,

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"eslint-config-cozy-app": "4.0.0",
1212
"eslint-plugin-jsdoc": "37.8.2",
1313
"eslint-plugin-prettier": "4.0.0",
14-
"lerna": "3.22.1",
15-
"lerna-changelog": "1.0.1"
14+
"lerna": "3.22.1"
1615
},
1716
"prettier": {
1817
"semi": false,

0 commit comments

Comments
 (0)
Please sign in to comment.