Files
ugly-queue/.semrelrc
Aaron Guise d9d01fcbb3
Some checks failed
CI / release (push) Successful in 1m47s
Create Distribution / Create Archive (push) Failing after 2s
fix: Fixing CI. Separate flow for upload 👷🔥
2024-10-29 21:10:53 +13:00

22 lines
345 B
Plaintext

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