Skip to content

Commit

Permalink
Merge pull request #655 from reviewdog/release-0.10.1-fix
Browse files Browse the repository at this point in the history
Fix v0.10.1 release
  • Loading branch information
haya14busa committed Jun 29, 2020
2 parents cce53a6 + 3473098 commit f24b213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/goreleaser-header.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See [CHANGELOG](https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md)
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: "steps.tag.outputs.value != ''"
with:
version: latest
args: release --rm-dist --release-header <(echo -n 'See [CHANGELOG](https://github.com/reviewdog/reviewdog/blob/master/CHANGELOG.md)')
args: release --rm-dist --release-header .github/goreleaser-header.md
env:
# Need to use personal access token instead of default token to
# update https://github.com/reviewdog/homebrew-tap.
Expand Down

0 comments on commit f24b213

Please sign in to comment.