Skip to content

Commit

Permalink
Mention binary application builds (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke authored Jun 5, 2023
1 parent d87072a commit 7c22640
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`)

Expand Down

0 comments on commit 7c22640

Please sign in to comment.