Skip to content

Commit

Permalink
fix: use release-notes file
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed May 9, 2022
1 parent 83409d8 commit 653dc2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ plugins:
- "@semantic-release/changelog"
- "@semantic-release/git"
- - "@semantic-release/exec"
- publishCmd: goreleaser release --release-notes <(${nextRelease.notes}) --rm-dist
- publishCmd: |
echo "${nextRelease.notes}" > /tmp/release-notes.md
goreleaser release --release-notes /tmp/release-notes.md --rm-dist

0 comments on commit 653dc2d

Please sign in to comment.