strapi-provider-upload-imagekit
Version:
ImageKit provider for Strapi CMS
32 lines (31 loc) • 593 B
JSON
{
"$schema": "https://unpkg.com/release-it@18/schema/release-it.json",
"git": {
"commitMessage": "Release v${version}"
},
"npm": {
"release": true
},
"github": {
"release": true,
"tokenRef": "GH_TOKEN"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
}
]
},
"infile": "CHANGELOG.md"
}
}
}