Skip to content

Commit

Permalink
Troubleshooting release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Dec 18, 2023
1 parent ec39acb commit a4afd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN --mount=from=goreleaser,src=/usr/local/bin/goreleaser,target=/usr/local/bin/
goreleaser healthcheck
goreleaser release
bash scripts/release-notes.sh >release-notes.md
cat release-notes.md
gh release edit "$(git tag --list v* | tail -n 1)" --notes-file release-notes.md
EOF

Expand Down

0 comments on commit a4afd20

Please sign in to comment.