esp-matter icon indicating copy to clipboard operation
esp-matter copied to clipboard

Add a tag to the current release (CON-344)

Open haxorthematrix opened this issue 3 years ago • 3 comments

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 avatar Mar 08 '23 18:03 haxorthematrix

@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.

shubhamdp avatar Mar 08 '23 19:03 shubhamdp

@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)

dhrishi avatar Mar 20 '23 08:03 dhrishi

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.

PhLuReh avatar Sep 22 '23 07:09 PhLuReh