2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

chore(ci): set conventional-changelog header config; (#5406)

This commit is contained in:
Dmitriy Mozgovoy
2022-12-25 17:43:44 +02:00
committed by GitHub
parent 8de391ff8a
commit 6f74cb1880
+2 -1
View File
@@ -170,7 +170,8 @@
"plugins": { "plugins": {
"@release-it/conventional-changelog": { "@release-it/conventional-changelog": {
"preset": "angular", "preset": "angular",
"infile": "CHANGELOG.md" "infile": "CHANGELOG.md",
"header": "# Changelog"
} }
}, },
"hooks": { "hooks": {