@auto-it/core
Advanced tools
Comparing version 7.0.6-canary.451.5945.0 to 7.0.6-canary.451.5951.0
@@ -624,7 +624,9 @@ "use strict"; | ||
newVersion = result; | ||
message = options.message || 'Published PR with canary version: `%v`'; | ||
message = options.message || 'Published PR with canary version: %v'; | ||
if (!(message !== 'false' && pr)) return [3 /*break*/, 7]; | ||
return [4 /*yield*/, this.prBody({ | ||
pr: Number(pr), | ||
message: message.replace('%v', newVersion), | ||
message: message.replace('%v', !newVersion || newVersion.includes('\n') | ||
? newVersion | ||
: "`" + newVersion + "`"), | ||
context: 'canary-version' | ||
@@ -631,0 +633,0 @@ })]; |
{ | ||
"name": "@auto-it/core", | ||
"version": "7.0.6-canary.451.5945.0", | ||
"version": "7.0.6-canary.451.5951.0", | ||
"description": "Node API for using auto.", | ||
@@ -79,3 +79,3 @@ "main": "dist/auto.js", | ||
}, | ||
"gitHead": "0aeab62179e308ef3631fecb1ab91d698ee89c4f" | ||
"gitHead": "c2ea5ba3eb183eea1df43c019bcd4033f95ecd48" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
666397
9818