@damourlabs/euro-clinical-trials
Version:
A Nuxt 3 application for visualizing and managing clinical trials data in Europe, built with modern web technologies.
67 lines โข 1.94 kB
JSON
{
"plugins": {
"@release-it/conventional-changelog": {
"infile": "",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "โจ Features"
},
{
"type": "fix",
"section": "๐ Bug Fixes"
},
{
"type": "docs",
"section": "๐ Documentation"
},
{
"type": "perf",
"section": "โก Performance"
},
{
"type": "refactor",
"section": "โป๏ธ Refactoring"
},
{
"type": "style",
"section": "๐ Styling"
},
{
"type": "test",
"section": "๐งช Tests"
},
{
"type": "build",
"section": "๐๏ธ Build"
},
{
"type": "ci",
"section": "๐ท CI/CD"
},
{
"type": "chore",
"section": "๐ง Chores"
}
]
}
}
},
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}",
"requireCleanWorkingDir": false
},
"github": {
"release": true,
"releaseName": "v${version}",
"assets": [
"CHANGELOG.md"
]
},
"npm": {
"publish": true
}
}