Files
pypi-proxy/.semrelrc

23 lines
495 B
Plaintext
Raw Permalink Normal View History

2024-06-09 23:02:59 +12:00
{
"plugins": {
"provider": {
"name": "gitea"
},
"changelog-generator": {
"name": "default",
"options": {
"emojis": "true"
}
},
"hooks": {
"names": [
"exec"
],
"options": {
"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}}"
}
}
}
}