--- a +++ b/.releaserc.json @@ -0,0 +1,29 @@ +{ + "branches": [ + "main" + ], + "plugins": [ + "@semantic-release/commit-analyzer", + "@semantic-release/release-notes-generator", + [ + "@semantic-release/changelog", + { + "changelogFile": "./CHANGELOG.md" + } + ], + [ + "@semantic-release/git", + { + "assets": ["./CHANGELOG.md"] + } + ], + [ + "@semantic-release/exec", + { + "publishCmd": ".semantic-release/publish.sh ${nextRelease.version}" + } + ] + ], + "tagFormat": "deploy-${version}", + "repositoryUrl": "https://github.com/francescopisu/CVD-risk-scores" + } \ No newline at end of file