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
Failed to read the version field in your gradle file - is it present?
✔ outputting changes to CHANGELOG.md
✔ committing CHANGELOG.md
✔ tagging release v0.0.4-SNAPSHOT.0
ℹ Run `git push --follow-tags origin main` to publish
When running the same command without --prerelease
✔ bumping version in build.gradle from 0.0.3 to 0.0.4
✔ outputting changes to CHANGELOG.md
✔ committing build.gradle and CHANGELOG.md
✔ tagging release v0.0.4
ℹ Run `git push --follow-tags origin main` to publish
And the version is correctly updated in build.gradle
Expected behavior
Before the command:
version ="0.0.3"
after the command:
version ="0.0.4-SNAPSHOT.0"
Environment
commit-and-tag-version version(s): 12.5.0
Node/npm version: v20.15.0
OS: MacOS 14.5
The text was updated successfully, but these errors were encountered:
Describe the bug
The version is not updated in build.gradle when using the
--prerelease
flag.Current behavior
When executing
the
version
inside build.gradle is not updated.The terminal outputs
When running the same command without --prerelease
The terminal outputs
And the version is correctly updated in build.gradle
Expected behavior
Before the command:
after the command:
Environment
commit-and-tag-version
version(s): 12.5.0The text was updated successfully, but these errors were encountered: