+43
−30
tools/sdk-versioner/src/v1.rs
0 → 100644
+286
−0
Loading
The `sdk-sync` tool is running into issues during release due to the `sdk-versioner` refactor commit since it is using a Docker build image with the tools precompiled into it. Either the `sdk-versioner` binary is too new and can't code generate the old commits, or it's too old and can't generate the new commits. This reintroduces the old `sdk-versioner` behavior so that it can succeed against both sets of commits to get a release out.