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