-
Notifications
You must be signed in to change notification settings - Fork 491
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 camunda-modeler v5.26.0 #4416
Comments
Reassigned to @barmac |
Release is published on GH, and the screenshots are generated at https://github.com/camunda/camunda-docs-modeler-screenshots/actions/runs/10353121427 |
This has been already done (https://camunda.slack.com/archives/CHAC0L80M/p1723194900740609?thread_ts=1723193772.351179&cid=CHAC0L80M) |
We'll publicly announce #4302 with the next release. |
The release has been published to the update server, and all activities have been completed. |
Created follow up release issue. Assigned @philippfromme as the next release commander. |
What's inside?
bindingType
for called processes/decisions/forms #4385Full list in the changelog: https://github.com/camunda/camunda-modeler/blob/develop/CHANGELOG.md#5260
Release Checklist
To be done before the code freeze.
To be done after code freeze to prepare and test the release.
bpmn-js
,dmn-js
,*-properties-panel
,*-moddle
,camunda-bpmn-js
,form-js
, ...rm -rf node_modules && npm i && npm run all
works)develop
is up to date withmain
:git checkout main && git pull && git checkout develop && git merge main
npm audit
develop
. Assign to PM, UX and Engineering for reviewCHANGELOG
git checkout main && git merge develop
npm run release:rc -- [preminor|premajor|prerelease]
), cf. release schemaTo be done to build the release after release testing completed.
npm run release
), cf. release schemaTo be done once the release is built.
To be done as a post-release activity.
To be done once release is publicly announced on release day.
live
)The text was updated successfully, but these errors were encountered: