1
0
Fork 0
images/.forgejo/package.json.tmpl

14 lines
327 B
Cheetah
Raw Normal View History

2025-03-11 17:49:38 +01:00
{{- $paths_list := list -}}
{{- range get . "images" -}}
{{- $paths_list = append $paths_list .path -}}
{{- end -}}
{
"name": "multi-semantic-release",
"version": "0.0.0-semantically-released",
"private": true,
"multi-release": {
"tagFormat": "${name}-v${version}"
},
"workspaces": {{ $paths_list | toJson }}
}