Allow overriding git-semver-tags. #151
Labels
goal::advance developer workflow
Issues related to behavior that address a workflow not part of the most common workflow.
type::enhancement
A change to a project's repository that adds new behavior for downstream consumers.
type::help wanted
We need the community's help to address this issue through the contribution of a merge request.
It's not possible to use the releaser tool unless you tag exactly with semver tags because it consumes the
git-semver-tags
package directly.This is the line:
https://github.com/conventional-changelog/releaser-tools/blob/master/packages/conventional-github-releaser/src/index.js#L50
For better or worse, I have a website project that doesn't use semver tags, but an incremental counter tag, so v1, v2, v3, v4, v18273 and so forth; and alas these are not picked up by the semver tags so I can't get nice changelogs released 😢
Even providing from/to GIT SHAs doesn't work because the git tags check is still performed regardless.
I suggest:
git-semver-tags
The text was updated successfully, but these errors were encountered: