build: add release configuration file
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

This commit is contained in:
Jan Gleytenhoover 2024-08-26 16:17:11 +02:00
parent 8d9adc1274
commit 4f8d578a9e

13
release.config.cjs Normal file

@ -0,0 +1,13 @@
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"
}],
],
};