feat: Initial Project 🎉 🚀

This commit is contained in:
2024-07-22 22:26:15 +12:00
commit d15f1b72b3
5 changed files with 112 additions and 0 deletions

22
.semrelrc Normal file
View File

@@ -0,0 +1,22 @@
{
"plugins": {
"provider": {
"name": "gitea"
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "true"
}
},
"hooks": {
"names": [
"exec"
],
"options": {
"exec_on_success": "",
"exec_on_no_release": "echo {{.Reason}}: {{.Message}}"
}
}
}
}