mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 22:49:16 -05:00
scripts: add platform to commit message
This commit is contained in:
@@ -48,7 +48,7 @@ bump.version(npm, binary, platform, cliOptions.provider)
|
||||
const shortNpmVersion = getJustVersion(result.versionName)
|
||||
console.log('short NPM version', shortNpmVersion)
|
||||
|
||||
let subject = `Testing new Cypress version ${shortNpmVersion}`
|
||||
let subject = `Testing new ${os.platform()} Cypress version ${shortNpmVersion}`
|
||||
const shortSha = getShortCommit()
|
||||
if (shortSha) {
|
||||
subject += ` ${shortSha}`
|
||||
|
||||
Reference in New Issue
Block a user