1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 09:45:52 +02:00
.profile/.releaserc.json

13 lines
240 B
JSON
Raw Normal View History

2021-04-20 01:15:07 +02:00
{
"release": {
"branches": ["master"]
},
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "conventionalcommits"
}],
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
}