Add a tag to the current release (CON-344)
I'm attempting to programmatically track some GitHub repositories, including this one. In order to track releases over time, the repository needs a release version tag. Would it be possible to add a version tag?
@haxorthematrix we are in process of forking out our first release sometime this week or earlier next week. So, yeah, will release a tag soon.
@haxorthematrix Interim update - We have now created release/v1.0 branch for Matter v1.0. We will create a tag in the coming days. Also, the main branch will soon be updated to support Matter v1.1 (connectedhomeip submodule update)
I tried to understand the linked pull-request above but failed with this. So I'm trying to provide my concerns right here.
I'm currently working on a series product which I am building in a docker environment. I used the esp-matter:latest, which gave me some errors at the ATL. The device was sending ClusterRevision 2 for the BasicInformationCluster which obviously failed a test case. Seems like the esp-matter:latest refers to the main branch of this repo.
I would suggest having release tags on docker hub would be good.