Skip to content

Commit

Permalink
disable issue opening on release error
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianpaquier committed Apr 13, 2024
1 parent e546777 commit ab7f9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ plugins:
- { path: CHANGELOG.md, label: CHANGELOG.md }
- { path: checksums.txt }
- { path: dist }
failComment: 💥 This release from branch ${branch.name} has failed due to the following errors:\n- ${errors.map(err => err.message).join('\\n- ')}
failComment: false
failTitle: false
successComment: 🎉 This issue has been resolved in version v${nextRelease.version} 🎉
- "@semantic-release/exec"

0 comments on commit ab7f9e2

Please sign in to comment.