@mpldr @zwindler You can do better: use "go list" to build the list of Go sources:
* This allows me to tag releases using only the relevant changes (ignoring test files and non-go files).
* Listing is limited to the Go module (ignoring other modules in subtrees)
Example here: https://github.com/blueboardio/cldr/blob/ce70e98fba93c3865e9f80740e3222f5245c9fb4/Makefile#L19