ci: auto-update bonita-process-model version on new release - #283
Open
imad-Attar wants to merge 1 commit into
Open
ci: auto-update bonita-process-model version on new release#283imad-Attar wants to merge 1 commit into
imad-Attar wants to merge 1 commit into
Conversation
imad-Attar
force-pushed
the
chore/auto-update-process-model-version
branch
from
April 28, 2026 08:31
0567549 to
3541aba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
update-process-model-version.ymllistening torepository_dispatch: new-process-model-releasesent bybonita-process-model.dev,develop,support/*) currently consuming the sameMAJOR.MINORline, opens a PR bumping<bonita-process-model.version>inparent/pom.xml.-*,*SNAPSHOT*) are skipped.Context
One release of
bonita-process-modelcan be consumed by several branches of this repository. Rather than relying on a static mapping, the workflow discovers matching branches dynamically by reading the current<bonita-process-model.version>property on each branch and matching onMAJOR.MINOR. Minor/major bumps remain manual (safer for breaking changes).Requirements
BONITA_CI_PATandKSM_CONFIGsecrets (already in place for the UID update workflow).contents: write+pull-requests: write.