Azure / azure-iot-sdk-c

A C99 SDK for connecting devices to Microsoft Azure IoT services
https://azure.github.io/azure-iot-sdk-c
Other
587 stars 739 forks source link

LTS_03_2024 release/tag not part of lts_03_2024 branch #2595

Closed JanZachmann closed 6 months ago

JanZachmann commented 6 months ago

We use LTS releases in our cicd and recognized for the first time that the release tag is not part of the corresponding lts branch.

Why was this changed compared to previous LST releases?

ewertons commented 6 months ago

Hi @JanZachmann , for the past two releases (including this last one), we have not created a branch for LTS unless we need to port security fixes until that release gets expired. Branch lts_03_2024 was created apparently by mistake by a stale script and has now been removed. Please use the git tag to reference the latest release.

I do realize that the instructions for how our releases are done has not been updated, which I will do briefly.

JanZachmann commented 4 months ago

@ewertons why did you change the workflow again? pls. be aware that there are depending projects that always have to adapt due to your changes as well. I really would appreciate a more stable process!

Regards Jan