docs: conventional changelog

This commit is contained in:
Andrea Lamparelli 2023-01-05 14:33:55 +01:00
parent b65c3aef6c
commit ee94ec83f6
5 changed files with 1315 additions and 8 deletions

View file

@ -4,5 +4,12 @@
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md",
"header": "# Changelog"
}
}
}