greenkeeperio / greenkeeper-lockfile

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

Add CircleCI #18

Closed ethanrubio closed 7 years ago

ethanrubio commented 7 years ago

I tried to leave off where https://github.com/greenkeeperio/greenkeeper-lockfile/pull/7 ended with this PR.

CircleCI does not have an analogous COMMIT_RANGE, so I check if the number of the commits on the branch is equal to one instead. There might be a better way to do this, so open to suggestions!

boennemann commented 7 years ago

Hey @ethanrubio,

thanks so much for this! I found out that the commitMessage was only just a relict from earlier times, so I removed that. I prepared a PR that takes that into account: https://github.com/greenkeeperio/greenkeeper-lockfile/pull/20

Please take a look at that one and merge it, if you like it. I gave you the rights for it. A new version will become available automatically after merging.

Thanks again, Stephan