Milkman337
4f8d578a9e
All checks were successful
Node npm / Build and push image (pull_request) Successful in 33s
PHP 8.2 / Build and push image (pull_request) Successful in 55s
Node ssh / Build and push image (pull_request) Successful in 1m30s
PHP deployer / Build and push image (pull_request) Successful in 33s
Rust node / Build and push image (pull_request) Successful in 1m38s
ZMK builder / Build and push image (pull_request) Successful in 1m38s
14 lines
283 B
JavaScript
14 lines
283 B
JavaScript
module.exports = {
|
|
|
|
branches: ['main'],
|
|
plugins: [
|
|
'@semantic-release/commit-analyzer',
|
|
'@semantic-release/release-notes-generator',
|
|
'@semantic-release/changelog',
|
|
["@saithodev/semantic-release-gitea", {
|
|
"giteaUrl": "https://git.kjan.de"
|
|
}],
|
|
],
|
|
};
|
|
|