camunda / camunda-platform

Links to Camunda Platform 8 resources, releases, and local development config
349 stars 255 forks source link

Incorrect versions in .env for tag 8.6-alpha4 #784

Open schattenk opened 2 months ago

schattenk commented 2 months ago

See https://github.com/camunda/camunda-platform/blob/8.6-alpha4/.env

The version numbers are incorrect. Expected: 8.6-alpha4, Actual: 8.5.3, 8.5.2

I was wondering why the new features didn't work. That was the explanation.

jessesimpson36 commented 2 months ago

We have an internal task that will fix this problem https://github.com/camunda/distribution/issues/288 and we will close this issue when the other issue is closed.

Arpit529Srivastava commented 1 month ago

@schattenk @jessesimpson36 i can work on this issue please assign it to me and add it under the label hacktoberfest

jessesimpson36 commented 3 weeks ago

I don't think this is a good task to work on for hacktoberfest. main has correct versions inside the .env file. And tags cannot be changed inside of a PR.

If you have code recommendations for how we can change our .github/workflows so that a release does not go through unless .env is updated, I would be open for that sort of change. but .env already automatically updates as long as there is not a bug in our renovate config.