-
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.22.0 #4193
Comments
I updated the "What's inside section". |
Reported issues so far: |
#4212 is not a regression #4212 (comment) |
MacOS part is done. Since we've found some regressions, we will built a second RC once #4216 is fixed and merged. |
The release is published on GH, and I am generating screenshots via https://github.com/camunda/camunda-docs-modeler-screenshots/actions/runs/8598127424 |
Created follow up release issue. Assigned @philippfromme as the next release commander. |
What's inside?
Features
Fixes
Release Checklist
To be done immediately after creating this issue.
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 once release is publicly announced on release day.
live
)The text was updated successfully, but these errors were encountered: