Closed AVVS closed 7 years ago
Version 3.15.2
has been published to NPM. The full release note can be found at pre-git/releases/tag/v3.15.2.
Tip: safely upgrade dependency pre-git in your project using next-update
Thanks!
On Aug 1, 2017, at 1:30 PM, Gleb Bahmutov notifications@github.com wrote:
Version 3.15.2 has been published to NPM. The full release note can be found at pre-git/releases/tag/v3.15.2 https://github.com/bahmutov/pre-git/releases/tag/v3.15.2.
Tip: safely upgrade dependency pre-git in your project using next-update https://github.com/bahmutov/next-update — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bahmutov/pre-git/issues/111#issuecomment-319487525, or mute the thread https://github.com/notifications/unsubscribe-auth/ABol0SgHnmQegMRR_FX3ae-a9OhvYOxiks5sT4r8gaJpZM4OqE9V.
pre-git finds package.json, but it has no "config": { "pre-git" } section as master branch doesn't have pre-git installed yet, nor the config for it.
This causes post-checkout to exit with an error, which causes problems with CI (in my case semaphore)
It would be grand that in case where package.json is found, but no configuration is in there, it would fall back to noop
If you have any other ideas on how to avoid the issue - please let me know, thanks!