We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Using [email protected] with the following configruration:
{ "packageFiles": [ { "filename": "VERSION", "type": "plain-text" } ], "bumpFiles": [ { "filename": "VERSION", "type": "plain-text" } ], "scripts": { "prechangelog": "rm CHANGELOG.md" } }
The VERSION file content is:
1.2.0-dev.4
Also I have a tag 1.2.0-stage.5 in my repository (which later will be used as a fallback for the version bump).
Current behavior standard-version suggests 1.3.0-dev.0.
Expected behavior standard-version suggests 1.2.0-dev.5
Environment
standard-version
Additional context Tried with JSON file instead of plain-text and it works as expected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using [email protected] with the following configruration:
The VERSION file content is:
Also I have a tag 1.2.0-stage.5 in my repository (which later will be used as a fallback for the version bump).
Current behavior
standard-version suggests 1.3.0-dev.0.
Expected behavior
standard-version suggests 1.2.0-dev.5
Environment
standard-version
9.5.0Additional context
Tried with JSON file instead of plain-text and it works as expected
The text was updated successfully, but these errors were encountered: