Initial commit, includes the README.md and the workflows for the repo.
This commit is contained in:
commit
4ebd3d8601
4 changed files with 122 additions and 0 deletions
9
.forgejo/package.json.tmpl
Normal file
9
.forgejo/package.json.tmpl
Normal 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 }}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue