Skip to content

Commit

Permalink
chore(release): Disable GH issue comments following successful release
Browse files Browse the repository at this point in the history
We're always hitting the GitHub API rate limit
  • Loading branch information
gnarea committed Jul 25, 2024
1 parent 38d237c commit 5378d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ plugins:
- - "@semantic-release/exec"
- prepareCmd: 'echo "${nextRelease.notes}" | head -c 500 > app/src/main/play/release-notes/en-GB/beta.txt'
publishCmd: "./.github/scripts/publish-to-play-store.sh ${nextRelease.version}"
- "@semantic-release/github"
- - "@semantic-release/github"
- successComment: false # We're always hitting the GitHub API rate limit

0 comments on commit 5378d36

Please sign in to comment.