1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 09:45:52 +02:00
.profile/.releaserc.json
2021-04-20 17:32:53 +02:00

14 lines
256 B
JSON

{
"branches": ["master", "development"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}