casino/release.config.cjs
Jan Klattenhoff ab9598950a
Some checks are pending
Release / Release (push) Waiting to run
build: add release configuration for semantic release
2025-02-12 10:47:23 +01:00

15 lines
314 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.simonis.lol"
}],
],
};