Skip to content

Commit

Permalink
fix: reduce GitHub rate limit errors (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored Apr 12, 2023
1 parent 4dc0616 commit b24eb19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ All notable changes to this project will be documented in this file. See
'@semantic-release/github',
{
addReleases: 'bottom',
assets: '.semantic-release/*.tgz'
assets: '.semantic-release/*.tgz',
// These features currently frequently leads to GitHub API rate limit errors, so we disable them for now.
successComment: false,
releasedLabels: false
}
]
]
Expand Down

0 comments on commit b24eb19

Please sign in to comment.