Skip to content

Commit e61386f

Browse files
🏗 Update release-it to v11+
1 parent 0794b48 commit e61386f

File tree

2 files changed

+885
-897
lines changed

2 files changed

+885
-897
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@
4141
"github": {
4242
"release": true
4343
},
44-
"increment": "conventional:@favoloso/emoji",
45-
"scripts": {
46-
"changelog": "./node_modules/.bin/conventional-changelog -p @favoloso/emoji | tail -n +3",
47-
"beforeStage": "./node_modules/.bin/conventional-changelog -p @favoloso/emoji -i CHANGELOG.md -s"
44+
"plugins": {
45+
"@release-it/conventional-changelog": {
46+
"preset": "@favoloso/emoji",
47+
"infile": "CHANGELOG.md"
48+
}
4849
}
4950
},
5051
"publishConfig": {
@@ -59,17 +60,18 @@
5960
"@babel/preset-typescript": "^7.6.0",
6061
"@babel/template": "^7.6.0",
6162
"@babel/types": "^7.6.3",
62-
"@favoloso/conventional-changelog-emoji": "^0.9.0",
63+
"@favoloso/conventional-changelog-emoji": "^0.10.0",
64+
"@release-it/conventional-changelog": "^1.1.0",
6365
"@types/jest": "^24.0.19",
6466
"babel-test": "^0.2.3",
6567
"conventional-changelog-cli": "^2.0.25",
66-
"husky": "^1.3.1",
68+
"husky": "^4.2.3",
6769
"jest": "^24.9.0",
6870
"jest-file-snapshot": "^0.3.7",
69-
"release-it": "^10.3.1",
71+
"release-it": "^12.6.3",
7072
"typescript": "^3.6.4"
7173
},
7274
"dependencies": {
7375
"@babel/helper-plugin-utils": "^7.0.0"
7476
}
75-
}
77+
}

0 commit comments

Comments
 (0)