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: .releaserc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@
9
9
["@semantic-release/github", {
10
10
"assets": [
11
11
{"path": "*.unitypackage"}
12
-
]
12
+
],
13
+
"successComment": "**This ${issue.pull_request ? 'pull request is included' : 'issue is resolved'} in version ${nextRelease.version}**\n\nThe release is available to download on [GitHub release](https://github.com/MidLevel/MLAPI/releases) or in the MLAPI Installer."
0 commit comments