mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
Jakub Sokołowski
973bdb61b3
We had an issue where the `1.7.0` release was using the `v0.62.3.hotfix.3` version of `status-go` which didn't match the regex we use to verify if the specified version is a valid version according to [Semantic Versioning](https://semver.org/). You can check the current regex here: https://regex101.com/r/OeTQCv/3 I also added a trace message to show when we mark a build as `develop`. Signed-off-by: Jakub Sokołowski <jakub@status.im>