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
sbt 'release with-defaults' will check if there is any change in upstream branch, well before release we do build and test, there might be new change merged to upstream branch, and then release will fail.
If we disable 'pushChanges' in build.sbt, it will not check upstream branch but the 'NextVersion' will not be pushed.
How to deal with this race condition ?
The text was updated successfully, but these errors were encountered:
sbt 'release with-defaults' will check if there is any change in upstream branch, well before release we do build and test, there might be new change merged to upstream branch, and then release will fail.
If we disable 'pushChanges' in build.sbt, it will not check upstream branch but the 'NextVersion' will not be pushed.
How to deal with this race condition ?
The text was updated successfully, but these errors were encountered: