ci: Added Workflow

This commit is contained in:
2024-06-09 23:02:59 +12:00
parent 434627f001
commit ef0ab15d60
2 changed files with 90 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": "docker buildx build --progress=plain -t cybercinch/pypi-proxy:v{{.NewRelease.Version}} -t cybercinch/pypi-proxy:latest --push .",
"exec_on_no_release": "echo {{.Reason}}: {{.Message}}"
}
}
}
}