homarr-labs / homarr

Found template literal placeholder syntax in regular strings JS-0038
Bug risk
Major
1 occurrence in this check
Unexpected template string expression
13                "package-lock.json",
14                "CHANGELOG.md"
15            ],
16            "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"17        }
18    ]
19};