Mention binary application builds (#153)
This commit is contained in:
parent
d87072ab17
commit
7c226405b1
|
|
@ -9,6 +9,12 @@ packageJsonOpenLens.build.publish = [{
|
|||
|
||||
packageJsonOpenLens.version = `${packageJsonOpenLens.version}-${process.env.BUILD_NUMBER}`;
|
||||
packageJsonOpenLens.build.npmRebuild = true;
|
||||
packageJsonOpenLens.copyright = [
|
||||
packageJsonOpenLens.copyright,
|
||||
'',
|
||||
'Binary application builds @ MuhammedKalkan/OpenLens',
|
||||
'by Muhammed Kalkan, Jan-Otto Kröpke, Ebby Peter, Xaver Lohmüller'
|
||||
].join("\r\n")
|
||||
|
||||
console.log(`Set build version: ${packageJsonOpenLens.version}`)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue