chore: i shouldve finished school

This commit is contained in:
Tickbase
2025-05-18 21:32:20 +02:00
parent 429370cad0
commit ab9a78185a
3 changed files with 43 additions and 33 deletions

37
.releaserc Normal file
View File

@@ -0,0 +1,37 @@
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "latest.json",
"label": "Updater manifest file"
}
]
}
]
]
}