Tag prefix not being applied to {{currentTag}}
IhToN opened this issue · 1 comments
IhToN commented
Describe the bug
When using the param --tag to apply a tag prefix, this prefix is only applied to the git tag
command only.
Current behavior
Commit message and Changelog url comparison are using just the numeric value, not taking into account the --tag prefix applied.
Expected behavior
Apply the prefix to the {{currentTag}} replacer or create a new {{tagPrefix}} replacer we can use to manually change the settings in the .versionrc config file
Environment
standard-version
version(s): 9.3.2- Node/npm version: Node 16.15.0 / npm 8.9.0
- OS: Windows 11
IhToN commented
It seems it was an issue with my local configuration. Closing this issue.