Skip to content
New issue

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

release will fail if there is change merged. #268

Open
haowanhaowan opened this issue Dec 17, 2020 · 0 comments
Open

release will fail if there is change merged. #268

haowanhaowan opened this issue Dec 17, 2020 · 0 comments

Comments

@haowanhaowan
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant