You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't remove the leading `v` from a git tag found to be a semantically
valid version tag.
Previous behavior was based on a third-party package that removed the
leading `v` in front of a semantically valid version tag.
Though the behavior was correct for that package, we need to preserve
the leading `v` for the purpose of publishing.
If the tag has a leading `v`, perhaps because the user has specifically
tagged their repository using a leading `v`, they likely expect that `v`
to be used as the tag on GitHub, and as the name of the GitHub release
page associated with that tag.
Therefore we must preserve the leading `v` in all semantically valid
version tags.
Closes#44
0 commit comments