[READ-ONLY] Mirror of https://github.com/danielroe/vue-sanity. Sanity integration for Vue Composition API
composition-api hacktoberfest javascript nuxt sanity typescript vue vuejs
0

Configure Feed

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

vue-sanity / .release-it.json
248 B 14 lines
1{ 2 "git": { 3 "commitMessage": "chore: release v${version}" 4 }, 5 "github": { 6 "release": true 7 }, 8 "plugins": { 9 "@release-it/conventional-changelog": { 10 "preset": "conventionalcommits", 11 "infile": "CHANGELOG.md" 12 } 13 } 14}