Skip to content

Commit

Permalink
Explain tagName prefix better (closes #848)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 15, 2022
1 parent 8288d9b commit 95b4c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/git.md
Expand Up @@ -37,8 +37,8 @@ different git url.

## Tag Name

Use `git.tagName` to set a custom tag, not equal to the (prefixed) version. The `v` prefix is automatically detected
from the latest tag. No need to configure e.g. `git.tagName: "v${version}"`.
Use `git.tagName` to set a custom tag, not strictly equal to the (prefixed) version. When the latest tag has the `v`
prefix, it will be used again. No need to configure `git.tagName: "v${version}"` in this case.

Example: `git.tagName=${name}@${version}`

Expand Down

0 comments on commit 95b4c7a

Please sign in to comment.