mirror of
https://github.com/google/brotli.git
synced 2026-09-22 14:45:51 +00:00
Create tags for the Go module #537
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dunglas on GitHub (Apr 23, 2025).
Currently, the Go module you provide has no stable version: https://pkg.go.dev/github.com/google/brotli/go/cbrotli
This is because, to create Go module versions for packages not at the root of the Git repository, Git tags must follow a special convention: https://go.dev/wiki/Modules#publishing-a-release
Creating these tags (for instance
go/cbrotli/v1.1.0fored738e842d) would be convenient, it will prevent using development versions for the Go module not compatible with the stable version of the C library shipped by distributions.This may likely be automated.
Thanks.
@eustas commented on GitHub (May 27, 2025):
Sure, thanks for the heads-up. Will do soon.
@eustas commented on GitHub (May 27, 2025):
Done. Could you check it works?
@dunglas commented on GitHub (May 27, 2025):
This works: https://github.com/dunglas/caddy-cbrotli/pull/5! Thank you very much.