eclipse-zenoh / ci

GitHub Actions and workflows used across eclipse-zenoh
Other
1 stars 3 forks source link

fix: Use latest GitHub release tag as starting tag #104

Closed fuzzypixelz closed 3 months ago

fuzzypixelz commented 3 months ago

Previously we just assumed that if the caller wants to release version V, then the repository should contains a tag V-dev. But this is very brittle and won't work for repositories that can't have *-dev versions like zenoh-c, zenoh-cpp and zenoh-pico (thanks CMake).