Release Camunda Modeler v5.1.0
See original GitHub issueWhat’s inside?
Key-Changes:
Release Checklist
To be done immediately after creating this issue.
- put up code freeze appointment in calendar (include
modeling
,qa
,infra
, andTeam-Support
) - put up release appointment in calendar (include
modeling
,DevRel
and Marketing [Christopher Rogers
]) - add Slack role to release manager (
@modeling-release-manager
)
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)
- @christian-konrad to write blogpost for this one
- (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
bpmn-js
,dmn-js
,*-properties-panel
,*-moddle
,camunda-bpmn-js
,form-js
, …
- make sure dependencies to upstream libraries are updated and can be installed (
rm -rf node_modules && npm i && npm run all
works) - close all issues which are solved by dependency updates
- smoke test to verify all diagrams can be created
- update Release Info
- create a draft following our guidelines and based on priorities which were aligned with the team (PM, UX, and Engineering side)
- create PR to merge the draft into
develop
. Assign to PM, UX and Engineering for review
- update
CHANGELOG
- verify
develop
is up to date withmaster
:git checkout master && git pull && git checkout develop && git merge master
- merge to master:
git checkout master && git merge develop
- create release candidate (
npm run release
), cf. release schema; e.gv1.0.0-rc.0
- wait for release build to create the artifacts
- execute integration test on released artifacts
- Works on Linux
- Works on Mac
- Works on Windows
- notify QA about the release so they can test it
To be done to build the release after release testing completed.
- create release (
npm run release
), cf. release schema- wait for release build to create the artifacts
To be done once the release is built.
- publish release on Github Releases
- trigger mirroring of release to Camunda Download Center via Jenkins
- write blog post for the Camunda Blog
- duplicate our blog post template via
PA duplicate
- add your contents to the newly created post
- set yourself as the post author
- share the post with your colleagues for review
- send the draft to
Christopher Rogers
to double check it and coordinate publishing
- duplicate our blog post template via
- (if the Modeler UI appearance changed) update Camunda Modeler screenshots (and potentially text content) in the docs using automation scripts
- send all information required to compile the release notice email to the
@product-release-presentation-dri
role - request marketing to update the downloads page via request form
- add new version to update server releases
To be done once release is publicly announced on release day.
- publish release via update server (push to
live
) - close current milestone
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Releases · camunda/camunda-modeler - GitHub
An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io. - Releases · camunda/camunda-modeler. ... v5.5.1. Assets 9. 2 people reacted....
Read more >5.1.0 - Camunda Download Center
size created
camunda‑modeler‑5.1.0‑linux‑x64.tar.gz 84.15 MB Jul 12, 2022, 12:39:32 PM
camunda‑modeler‑5.1.0‑mac.dmg 87.91 MB Jul 12, 2022, 12:39:41 PM
camunda‑modeler‑5.1.0‑mac.zip 87.68 MB Jul 12, 2022, 12:39:50 PM...
Read more >Download The Camunda BPMN / DMN Process Modeler
Download Modeler for Camunda Platform ; Version: 5.6.0 ; Release Date: December 13, 2022 ; Platform: Camunda 7 and 8.
Read more >Camunda Modeler 5.0.0 Released
We're excited to announce the release of Camunda Modeler 5.0.0! Make the leap to Camunda Platform 8 and experience our new Visual IDE....
Read more >Camunda Modeler 1.0 released
We are happy to announce version 1.0 of the Camunda Modeler! This release contains many new features and stability fixes that significantly ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just got the rc out early so that we could start testing, otherwise timing would be a bit short.
I’ve had a discussion with @GeethaParthasarathy. She will handle QA for the 5.1 release.
Testing will occur on Friday (8th July), this leave us time in case the testing period extends further. Thursday afternoon, Geetha and I will conduct a sync to discuss the major areas of change and hence testing focus.