SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
721 stars 289 forks source link

what is different of dock image tag: v2.6.9 and tag: release-2.6.9 #1855

Closed IndustrialCommunication closed 2 years ago

IndustrialCommunication commented 3 years ago

what is different of dock image tag: v2.6.9 and tag: release-2.6.9,i' m confused。

radek2s commented 3 years ago

At that moment there should be the same because we have closed works on 'release/2.6.9' branch but in other cases the Docker tag 'release-2.6.9' can contain features that should be tested. It is image for testing if everything is ok. Then if everyting is ok we publish a new Release of Scada-LTS and due to that GitHub Action is triggered to build image with official tag 'v2.6.9' in that case.

Finally this 2 images should be the same but the tag 'vX.X.X' can be treat as official release of Scada-LTS and 'release-X.X.X' is the beta version of Scada for searching bugs and so on.

I hope that it is understandable now, but you are right we should add some description about that to inform users about how it is working.

IndustrialCommunication commented 2 years ago

i understand, release is one times and don't update in future, and vx.x.x is many times bug fix and renew.