greenkeeperio / greenkeeper-lockfile

:lock: Your lockfile, up to date, all the time
https://greenkeeper.io
182 stars 73 forks source link

Rename correctBuild to updateBuild #168

Open patkub opened 6 years ago

patkub commented 6 years ago

Right now, update.js checks correctBuild before running, and upload.js checks uploadBuild. Would it make more sense to rename correctBuild to updateBuild and know that updateBuild is checked in update.js?

This way CI enviornment checks for greenkeeper-lockfile-update would go in updateBuild, and checks for greenkeeper-lockfile-upload would go in uploadBuild.