Skip to content

Idea: simplify search patterns configuration #85

Open
@dmerejkowsky

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}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions