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
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 feature branch 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?
v4.9.0...develop
milestoned tasks
General
CHORE
: add accessible names to the XML/JSON editors (#4370)CHORE
: set window title via HTML (#4376)CHORE
: add accessible names to all inputs (#4367)CHORE
: make privacy policy link sufficiently distinguishable (#4369)BPMN
FIX
: do not show boundary event menu for compensation activities (#4348)FIX
: allow deployment after initial save was cancled (#4370)FIX
: do not suggest root elements in search (bpmn-js#2143)CHORE
: make problem panel entries keyboard-focusable (#4368)CHORE
: align template documentation link style (#4245)DMN
FEAT
: add edit input/output button (bpmn-io/dmn-js#845)FIX
: keep missing ID error (bpmn-io/dmn-js-properties-panel#85)Forms
FEAT
: show link to field documentation in the properties panel (bpmn-io/form-js#1201)FIX
: button labels properly evaluate expressions (bpmn-io/form-js#1181)FIX
: ensure group paths are properly registered on add (bpmn-io/form-js#1173)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 once release is publicly announced on release day.
live
)The text was updated successfully, but these errors were encountered: