-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI option not to prepend v
to versions
#43
Comments
This seems to be the offending code. keep-a-changelog/src/Changelog.ts Line 89 in 79d06e7
|
v
to versionsv
to versions
v
to versionsv
to versions
It's a good practice to prepend the git tags of the releases with |
A practice, but not a semver version. And if something relies on tags as the version then it'll break with the pretended
TagNameBuilder is only available if you build a JS script. For such a small change in functionality I'd rather not have to create an entire script file for it. |
Okay, but instead of creating a new option in the
|
I have modified the related PR with the suggestion. |
Merged. Thanks! |
I can't publish the NPM package due this bug denoland/dnt#421 |
As title says, preferably in the CLI. It is quite annoying to an otherwise excellent npm script to just run at the end of everything.
The text was updated successfully, but these errors were encountered: