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
console.log(`Could not find the next version number after ${latest} in enterprise-dates.json. Try running script/udpate-enterprise-dates.js, then rerun this script.`)
51
+
console.log(
52
+
`Could not find the next version number after ${latest} in enterprise-dates.json. Try running script/udpate-enterprise-dates.js, then rerun this script.`
console.log(`The ${versionNumber}${milestone} is not until ${nextMilestoneDate}! An issue will be opened when it is ${numberOfdaysBeforeMilestoneToOpenIssue} days away.`)
71
+
console.log(
72
+
`The ${versionNumber}${milestone} is not until ${nextMilestoneDate}! An issue will be opened when it is ${numberOfdaysBeforeMilestoneToOpenIssue} days away.`
console.log(`π§β οΈ Your branch contains a development mode OpenAPI schema: ${schema.info.version}. This check is a reminder to not π’ OpenAPI files in development mode. π`)
26
+
console.log(
27
+
`π§β οΈ Your branch contains a development mode OpenAPI schema: ${schema.info.version}. This check is a reminder to not π’ OpenAPI files in development mode. π`
28
+
)
26
29
process.exit(1)
27
30
}
28
31
})
29
32
30
33
// Check that the decorated schema matches the dereferenced schema
console.log(`These files were changed:\n${changedFiles}`)
35
-
console.log(`π§β οΈ Your decorated and dereferenced schema files don't match. Ensure you're using decorated and dereferenced schemas from the automatically created pull requests by the 'github-openapi-bot' user. For more information, see 'script/rest/README.md'. π`)
36
-
process.exit(1)
38
+
console.log(
39
+
`π§β οΈ Your decorated and dereferenced schema files don't match. Ensure you're using decorated and dereferenced schemas from the automatically created pull requests by the 'github-openapi-bot' user. For more information, see 'script/rest/README.md'. π`
0 commit comments