Skip to content

Commit bd0a06a

Browse files
committed
fix(release-it): update to latest version for security reason
1 parent af93e82 commit bd0a06a

3 files changed

Lines changed: 2145 additions & 1968 deletions

File tree

.release-it.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"tag": true,
66
"commit": true,
77
"push": true,
8-
"commitArgs": ["--no-verify"]
8+
"commitArgs": ["--no-verify"],
9+
"requireUpstream": false
910
},
1011
"hooks": {
1112
"before:init": "npm test",
@@ -19,9 +20,11 @@
1920
},
2021
"plugins": {
2122
"@release-it/conventional-changelog": {
22-
"preset": "angular",
2323
"infile": "CHANGELOG.md",
24-
"header": "# Changelog"
24+
"header": "# Changelog",
25+
"preset": {
26+
"name": "conventionalcommits"
27+
}
2528
}
2629
}
2730
}

0 commit comments

Comments
 (0)