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:
12
.releaserc.json
Normal file
12
.releaserc.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"release": {
|
||||
"branches": ["master"]
|
||||
},
|
||||
"plugins": [
|
||||
["@semantic-release/commit-analyzer", {
|
||||
"preset": "conventionalcommits"
|
||||
}],
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user