@letscooee/web-sdk
Version:
Engage uniquely and boost conversions with AI-powered customer journeys driven by real-time intent
51 lines (50 loc) • 1.41 kB
JSON
{
"$schema": "https://unpkg.com/release-it/schema/release-it.json",
"npm": {
"publish": false
},
"gitlab": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"ignoreRecommendedBump": true,
"writerOpts": {
"groupBy": "type"
},
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "style",
"section": "Styles"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "refactor",
"section": "Refactoring"
},
{
"type": "chore",
"section": "Chores"
}
]
}
}
},
"hooks": {
"after:bump": "npm run asset-sizes"
}
}