Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v14] release: Always use latest changelog tool (#47313)
* release: Always use latest changelog tool Use `@latest` when running the changelog tool so we do not have to keep bumping the version (and backporting that version bump to the release branches) when we update the tool. Invoke the tool directly with `go run` instead of first installing it with `go install` mostly because it's simpler, but also because the installed tool never gets cleaned up (and due to a missing `.PHONY`, it would stick to an old version). Always run the changelog tool silently (using `@` with make) so we can easily redirect the output of the tool to a file without needing to clean the `make` output. One can easily run `make -n changelog` to see the command being invoked if necessary. * fixup! release: Always use latest changelog tool
- Loading branch information