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
I don't know if it makes sense to anyone else or if it is against best practices, but I wish I could customize which version component (major, minor, patch) should be bumped.
Examples
git-semver would give 3.5.2-dev.22+8eaec5d3
git-semver -minor would give 3.6.0-dev.22+8eaec5d3
git-semver -major would give 4.0.0-dev.22+8eaec5d3
The text was updated successfully, but these errors were encountered:
I don't know if it makes sense to anyone else or if it is against best practices, but I wish I could customize which version component (major, minor, patch) should be bumped.
Examples
git-semver
would give 3.5.2-dev.22+8eaec5d3git-semver -minor
would give 3.6.0-dev.22+8eaec5d3git-semver -major
would give 4.0.0-dev.22+8eaec5d3The text was updated successfully, but these errors were encountered: