Initial commit, includes the README.md and the workflows for the repo.

This commit is contained in:
Sergio Talens-Oliag 2025-05-01 14:56:53 +02:00
commit 4ebd3d8601
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
4 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"name": "multi-semantic-release",
"version": "0.0.0-semantically-released",
"private": true,
"multi-release": {
"tagFormat": "${name}-v${version}"
},
"workspaces": {{ .applications | toJson }}
}