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 could probably throw in a PR if you're OK with this functionality. Perhaps through a incrementDevelopmentVersionAtFinish parameter or something along those lines.
The text was updated successfully, but these errors were encountered:
A way to allow the develop version to be bumped after doing a feature-finish
gitCheckout(gitFlowConfig.getDevelopmentBranch())
gitMergeNoff(featureBranchName)
commitProjectVersion(nextSnapshotVersion, commitMessages.getReleaseVersionUpdateMessage())
I could probably throw in a PR if you're OK with this functionality. Perhaps through a
incrementDevelopmentVersionAtFinish
parameter or something along those lines.The text was updated successfully, but these errors were encountered: