Skip to content

Commit

Permalink
Update README config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed May 9, 2024
1 parent f4b18aa commit 7edbd4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,11 @@ context:
CustomName: My Project
Description: This is a project template for My Project.


# Version mapping for the command defined in commands/version.js
# Example: `quickgo exec version v=1.0.0`
versionMapping:
README.md: "\\@v((?:(\\d+)\\.)?(?:(\\d+)\\.)?(\\*|\\d+))"

# The left and right delimiters for the template engine.
# These are used to replace the context variables in the project files.
# Example: `{{ .Name }}` will be replaced with `my-project` in all files, if the leftDelim and rightDelim are set to `{{` and `}}`.
Expand Down

0 comments on commit 7edbd4b

Please sign in to comment.