hack: remove pseudo-version tool

The Go implementation is now unused.
Consumers are all switched over to /tools/workspace_status.sh
This commit is contained in:
Malte Poll 2023-09-29 10:10:01 +02:00 committed by Malte Poll
parent ed4d4d83fd
commit b66fa5aaab
10 changed files with 3 additions and 286 deletions

View file

@ -55,7 +55,7 @@ The use of semantic versions and pseudo versions tries to match the versioning u
consult the module reference of Go, especially the sections about [versions](https://go.dev/ref/mod#versions)
and [pseudo-versions](https://go.dev/ref/mod#pseudo-versions).
The [pesudo-version tool](../hack/pseudo-version) can generate a valid pseudo-version for your current head.
The [workspace status tool](/tools/workspace_status.sh) can generate a valid pseudo-version for your current head.
### Consistent API path prefix of `ref` and `stream`