You've already forked ubuntu-act_gitea
23 lines
376 B
Plaintext
23 lines
376 B
Plaintext
{
|
|
"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}}"
|
|
}
|
|
}
|
|
}
|
|
}
|