Skip to content

Commit

Permalink
Automate release notes generation using goreleaser(closes open-teleme…
Browse files Browse the repository at this point in the history
…try#498) (open-telemetry#504)

* Automate release notes generation using goreleaser(closes open-telemetry#498)

* Create .gitgnore

* Rename .gitgnore to .gitignore
  • Loading branch information
Enzujp authored Mar 26, 2024
1 parent bcdf91c commit 095d2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release:
header: |
Check the [v{{.Version}} contrib changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tags/v{{.Version}}) and the [v{{.Version}} core changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tags/v{{.Version}}) for changelogs on specific components.

0 comments on commit 095d2ba

Please sign in to comment.