open-telemetry / opentelemetry-go-build-tools

Build tools for use by the Go API/SDK, the collector, and their associated contrib repositories
https://opentelemetry.io
Apache License 2.0
32 stars 35 forks source link

[chloggen] Support linking to the issue in the changelog #489

Closed andreasgerstmayr closed 8 months ago

andreasgerstmayr commented 8 months ago

Adds a new configuration setting issue_link, which specifies a template where the issues are hosted, for example: https://github.com/open-telemetry/opentelemetry-go-build-tools/issues/{{issue}}.

If this setting is specified, the issue numbers in the changelog will be formatted as links to the issue. If the setting is not specified, there is no change how the changelog entries are printed currently.

Resolves: #488

andreasgerstmayr commented 8 months ago

Anyways, this would allow for exactly what you're looking for but also many other useful customizations. Any chance you're interested in pursuing this approach instead?

Good idea, this would also help with #487. I'll create a new PR when I get time for it.

djaglowski commented 8 months ago

Thanks @andreasgerstmayr!

andreasgerstmayr commented 7 months ago

Superseded by #501.