UNPKG

@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
{ "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 } }