1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-12 20:46:52 +01:00

ci: only one workflow (Divlo)

This commit is contained in:
divlo
2021-05-31 15:04:17 +02:00
parent e0bc1fed49
commit 9b8102cbdc
4 changed files with 104 additions and 72 deletions

View File

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