Open
Description
I got the idea why thinking about #83 and #86
Currently, the syntax is a bit redundant when using a custom version template:
[[file]]
src = "pub.js"
search = "version={current_version}"
version_template="{major}.{minor}"
What if instead, you could just write this?
[[file]]
src = "pub.js"
search = "version={major}.{minor}"
Metadata
Assignees
Labels
No labels
Activity