[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-timings-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-timings-module / .release-it.json
321 B 18 lines
1{ 2 "git": { 3 "commitMessage": "chore: release v${version}" 4 }, 5 "github": { 6 "release": true, 7 "releaseName": "v${version}" 8 }, 9 "npm": { 10 "skipChecks": true 11 }, 12 "plugins": { 13 "@release-it/conventional-changelog": { 14 "preset": "conventionalcommits", 15 "infile": "CHANGELOG.md" 16 } 17 } 18}