Skip to content

Commit

Permalink
Merge pull request #1024 from cloudflare/changelog
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
prymitive committed Jul 4, 2024
2 parents d1b9f8d + 69552c4 commit 960667d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
mkdir .tmp
printf '${{ steps.changelog.outputs.markdown }}' > .tmp/changelog.txt
exec 3<<'HERE'
${{ steps.changelog.outputs.markdown }}
HERE
cat /dev/fd/3 | tee .tmp/changelog.txt
- name: Release binaries
if: startsWith(github.ref, 'refs/tags/')
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.61.1

### Fixed

- Fixed release workflow on GitHub.

## v0.61.0

### Fixed
Expand Down

0 comments on commit 960667d

Please sign in to comment.