-
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.31.0 #4753
Comments
38 tasks
Changed release manager to me. |
I created a draft PR for documentation update for Element Templates Runtime Versions: camunda/camunda-docs#4780 We probably also need to update screenshots, showing new Incompatible template state in the properties panel. |
Camunda Modeler v5.31.0 release is done! |
Created follow up release issue. Assigned @philippfromme as the next release commander. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's inside?
See changelog, v5.30.0...develop, milestoned tasks.
General
FIX
: use/processes
route for run instance link (#4741)DEPS
: update to@bpmn-io/[email protected]
DEPS
: update to@camunda/[email protected]
DEPS
: update to@camunda/[email protected]
DEPS
: update to@camunda/[email protected]
DEPS
: update to@camunda/[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
BPMN
FEAT
: mark job worker-based user task managed by Camunda as deprecated (#4690)FEAT
: element templates runtime versions (#4530)FEAT
: make "Zeebe user task" the default implementation of user task (#4648)FEAT
: rename "Zeebe user task" to "Camunda user task" (#4749)FEAT
: rename task listener event types (#4748)FIX
: move template selector right below documentation group (#4617)FIX
: parse script task result as FEEL context (#4614, #4759)Forms
FEAT
: adddocumentPreview
component (bpmn-io/form-js#1329, bpmn-io/form-js#1332)FIX
: mark filepicker as unavailable in Camunda 7 (#4733)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|prepatch]
), 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: