-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Use fastlane for more ci stability #4750
Conversation
🎉 Ta-daaa, freshly created APKs are available for 16d497e: arm64-android |
7fe20e8
to
313565b
Compare
38b13bf
to
230870f
Compare
f0161c4
to
29028b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic work @m-kuhn
1a09859
to
e808746
Compare
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_0 release-3_0
# Navigate to the new working tree
cd .worktrees/backport-release-3_0
# Create a new branch
git switch --create backport-4750-to-release-3_0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 404ea245e4ead83ab53176f7b27461c6cb873e1e,d9810c39a6b3fbb2d510953ed2a8041270242fea,bfa448baa957ae31aa00beed6eae17cd127097f2,6fa4057a80efb8a8fee160451fe1461196f5efee,d4ac18dca15a4769c29f6812d7a30f1de5cb5641,16d497eb4e6a18d18383aee7bbf20edde1efc36f
# Push it to GitHub
git push --set-upstream origin backport-4750-to-release-3_0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_0 Then, create a pull request where the |
A standard tool rather than custom code that currently fails ...