Skip to content

Commit

Permalink
Add release-template.md for release notes automation (#529)
Browse files Browse the repository at this point in the history
* Add release-template.md for release notes automation

* Update base-release.yaml

* Move template flag to release command

* Update base-release.yaml

* Update release-template.md

* Change "tags" to "tag" in hyperlinks
  • Loading branch information
Enzujp committed Apr 19, 2024
1 parent 02da3be commit 697675f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/release-template.md
@@ -0,0 +1 @@
Check the [v{{.Version}} contrib changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v{{.Version}}) and the [v{{.Version}} core changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v{{.Version}}) for changelogs on specific components.
2 changes: 1 addition & 1 deletion .github/workflows/base-release.yaml
Expand Up @@ -79,7 +79,7 @@ jobs:
distribution: goreleaser-pro
version: latest
workdir: distributions/${{ inputs.distribution }}
args: release --clean --split --timeout 2h
args: release --clean --split --timeout 2h --release-header-tmpl=../../.github/release-template.md
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
Expand Down

0 comments on commit 697675f

Please sign in to comment.