You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Follow the [Creating a personal access token for the command line](https://help.
53
53
|`assets`| An array of files to upload to the release. See [assets](#assets). | - |
54
54
|`successComment`| The comment added to each issue and pull request resolved by the release. See [successComment](#successcomment). |`:tada: This issue has been resolved in version ${nextRelease.version} :tada:\n\nThe release is available on [GitHub release](<github_release_url>)`|
55
55
|`failComment`| The content of the issue created when a release fails. See [failComment](#failcomment). | Friendly message with links to **semantic-release** documentation and support, with the list of errors that caused the release to fail. |
56
-
|`failTitle`| The title of the issue created when a release fails. |`The automated release is failing :rotating_light:`|
56
+
|`failTitle`| The title of the issue created when a release fails. |`The automated release is failing 🚨`|
57
57
|`labels`| The [labels](https://help.github.com/articles/about-labels) to add to the issue created when a release fails. |`['semantic-release']`|
58
58
|`assignees`| The [assignees](https://help.github.com/articles/assigning-issues-and-pull-requests-to-other-github-users) to add to the issue created when a release fails. | - |
0 commit comments