The previous tag name does not respect custom tagSeparator
and/or includeVInTag: false
in the generated PR
#2282
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
PR with a fix: #2283
Environment details
release-please
version: 16.10.2Steps to reproduce
tagSeparator: "@"
and/orincludeVInTag: false
release-please release-pr
from CLI (or via the Github Action)The created PR will generate the following URL for each version of a release:
As you can see:
package-v1.0.1
- does not respect neithertagSeparator
norincludeVInTag
settingpackage@1.0.1
- respectstagSeparator: "@"
andincludeVInTag: false
See screenshot
The text was updated successfully, but these errors were encountered: