This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Race condition exists for autocommits if future changes are merged before the autocommit #601
Open
1 task done
Labels
bug
Something isn't working
Describe the bug
If your CI is building and autocommiting Commit 1, and Commit 2 is introduced between the initial merge and the autocommit, then monodeploy will fail to pull with rebase on Commit 2
To reproduce
If the following happens:
git pull --rebase
on Commit 2, and fails due to the changes from the changelogExpected behavior
This is hard to say, but I think we should follow a few guiding principles:
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: