Skip to content

Commit 5272e21

Browse files
committed
ci: remove release-it/conventional-changelog plugin
1 parent 3049f09 commit 5272e21

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.release-it.json

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"tagArgs": [],
1919
"push": true,
2020
"pushArgs": ["--follow-tags"],
21-
"pushRepo": ""
21+
"pushRepo": "",
22+
"changelog": "git log --pretty=format:\"* %s (%h) by %cn on %as\" ${from}...${to}"
2223
},
2324
"github": {
2425
"release": true,
@@ -36,22 +37,6 @@
3637
"web": false
3738
},
3839
"plugins": {
39-
"@release-it/conventional-changelog": {
40-
"ignoreRecommendedBump": true,
41-
"preset": {
42-
"name": "conventionalcommits"
43-
},
44-
"types": [
45-
{
46-
"type": "[pre-commit.ci]",
47-
"section": "CI"
48-
},
49-
{
50-
"type": "chore(deps)",
51-
"section": "CI"
52-
}
53-
]
54-
},
5540
"@release-it/bumper": {
5641
"in": "pyproject.toml",
5742
"out": { "file": "pyproject.toml", "path": "project.version" }

0 commit comments

Comments
 (0)