-
Notifications
You must be signed in to change notification settings - Fork 16
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
deps: align camunda model version to 7.22 with camunda/camunda #1494
Conversation
a89f3a8
to
93366e3
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.
LGTM 👍 Thanks for fixing it right away
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable/8.4
git worktree add -d .worktree/backport-1494-to-stable/8.4 origin/stable/8.4
cd .worktree/backport-1494-to-stable/8.4
git switch --create backport-1494-to-stable/8.4
git cherry-pick -x cc1edd973a15242317af26b329d5431ffc22c387 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin main
git worktree add -d .worktree/backport-1494-to-main origin/main
cd .worktree/backport-1494-to-main
git switch --create backport-1494-to-main
git cherry-pick -x cc1edd973a15242317af26b329d5431ffc22c387 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable/8.5
git worktree add -d .worktree/backport-1494-to-stable/8.5 origin/stable/8.5
cd .worktree/backport-1494-to-stable/8.5
git switch --create backport-1494-to-stable/8.5
git cherry-pick -x cc1edd973a15242317af26b329d5431ffc22c387 |
Successfully created backport PR for |
Description
Quick fix for potential issues caused by the version misalignment. It's a bit unfortunate this needs manual alignment, on the other hand it's not the only dep that needs to stay aligned and this one is rather infrequent to change.
Related issues
closes #1493
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
Testing:
Documentation: