You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: mark filepicker as unavailable in Camunda 7 (#4733)
Release Checklist
To be done before the code freeze.
inform QA about the release and its details so they can prepare for testing
get in touch with the team (PM, UX and Engineering side), to clarify what topics will be included in the Release and their priority. Use this information to start preparing a concept for the blog post (see below) and release info (see below)
(optional) if possible, already create a PR to update Release Info following our guidelines
To be done after code freeze to prepare and test the release.
make sure changes in upstream libraries are merged and released
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: