zeebe-io / zeebe-cluster-testbench

Test bench to run tests against a Zeebe cluster
Apache License 2.0
7 stars 4 forks source link

QA Github Trigger cannot create generation for minor release #1117

Closed berkaycanbc closed 2 weeks ago

berkaycanbc commented 2 weeks ago

Description

The naming convention for minor release generations is changed. The first release of any minor updates is <MAJOR.MINOR>+gen1 instead of <MAJOR.MINOR.PATCH>. For example, it is 8.6+gen1 instead of 8.6.0 release. See related discussion.

Due to the change, the QA Github Trigger process is failing for 8.6 minor release.

The generation should be created as <MAJOR.MINOR>+gen1 for minor releases.

berkaycanbc commented 2 weeks ago

A PR is opened in camunda repo already.