1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

chore: setup semantic-release

This commit is contained in:
divlo
2021-04-20 01:15:07 +02:00
parent 1b25007e77
commit 909352589f
7 changed files with 7794 additions and 124 deletions

12
.releaserc.json Normal file
View File

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