Skip to content

Commit 3049f09

Browse files
committed
ci: update .release-it.json to handle CI change logs
1 parent 9a904dc commit 3049f09

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.release-it.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,17 @@
4040
"ignoreRecommendedBump": true,
4141
"preset": {
4242
"name": "conventionalcommits"
43-
}
43+
},
44+
"types": [
45+
{
46+
"type": "[pre-commit.ci]",
47+
"section": "CI"
48+
},
49+
{
50+
"type": "chore(deps)",
51+
"section": "CI"
52+
}
53+
]
4454
},
4555
"@release-it/bumper": {
4656
"in": "pyproject.toml",

0 commit comments

Comments
 (0)