2024-06-09 23:02:59 +12:00
|
|
|
{
|
|
|
|
|
"plugins": {
|
|
|
|
|
"provider": {
|
|
|
|
|
"name": "gitea"
|
|
|
|
|
},
|
|
|
|
|
"changelog-generator": {
|
|
|
|
|
"name": "default",
|
|
|
|
|
"options": {
|
|
|
|
|
"emojis": "true"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hooks": {
|
|
|
|
|
"names": [
|
|
|
|
|
"exec"
|
|
|
|
|
],
|
|
|
|
|
"options": {
|
2024-06-09 23:19:56 +12:00
|
|
|
"exec_on_success": "docker buildx build --progress=plain -t guisea/pypi-proxy:v{{.NewRelease.Version}} -t guisea/pypi-proxy:latest --push .",
|
2024-06-09 23:02:59 +12:00
|
|
|
"exec_on_no_release": "echo {{.Reason}}: {{.Message}}"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|