Skip to content

Commit

Permalink
hide redundant release heading in GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk committed Jul 21, 2023
1 parent 90b2ada commit 0a470a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup keepac
run: go build -o changelog .
- name: Generate Release Notes
run: ./changelog show --plain $GITHUB_REF_NAME > release-notes.md && cat release-notes.md
run: ./changelog show --plain $GITHUB_REF_NAME | tail -n +3 > release-notes.md && cat release-notes.md
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Until now this file serves more or less as a playground for exploratory tests.

## [Unreleased]

## 0.0.8 - 2023-07-21

### Changed

- The generated release notes on GitHub now omit the redundant release heading

## 0.0.7 - 2023-07-21

### Added
Expand Down

0 comments on commit 0a470a5

Please sign in to comment.