UNPKG

genlayer

Version:
65 lines (64 loc) 1.3 kB
{ "git": { "commitMessage": "Release v${version} [skip ci]", "tagName": "v${version}", "requireCleanWorkingDir": false, "requireUpstream": false, "requireCommits": false, "push": true }, "github": { "release": true, "tokenRef": "GITHUB_TOKEN" }, "npm": { "publish": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "conventionalcommits", "infile": "CHANGELOG.md", "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, { "type": "chore", "section": "Improvement Tasks" }, { "type": "ci", "section": "Continuous Integration" }, { "type": "docs", "section": "Documentation" }, { "type": "style", "section": "Styles" }, { "type": "refactor", "section": "Refactor Tasks" }, { "type": "perf", "section": "Performance Improvements" }, { "type": "test", "section": "Testing" } ] } }, "hooks": { "after:bump": "npm run build" } }