geocoder-php / Geocoder

The most featured Geocoder library written in PHP.
https://geocoder-php.org
MIT License
3.95k stars 516 forks source link

Adding BC checks on every repository #1019

Closed Nyholm closed 1 year ago

Nyholm commented 5 years ago

Im not sure if this is a good idea or not... We will not notice this on PullRequests anyways..

atymic commented 4 years ago

Is there a reason why it's done on each individual repo rather than when merging here (on the main one)?

Nyholm commented 4 years ago

Yes. Because if one package breaks BC the main build will be red.

It is fine that one package breaks BC (it might prepare for a new major release) but it is never okey for the main build to be red.