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
constRELEASE_BODY=`Released at {date}\r\n\r\nRelease for commit: https://github.com/uEssentials/uEssentials/commit/${COMMIT} (${process.env['APPVEYOR_REPO_COMMIT_MESSAGE']})`;
41
41
42
+
letshortSha=COMMIT.substring(0,7);
43
+
42
44
functioncreateRelease(version){
43
45
letres=request('POST',CREATE_RELEASE_URL,{
44
46
headers: {
@@ -55,6 +57,7 @@ function createRelease(version) {
0 commit comments