hoodiehq / hoodie-client

:dog: Client API for the Hoodie server
Apache License 2.0
34 stars 25 forks source link

Question: how to publish on releases of submodules #39

Open gr2m opened 8 years ago

gr2m commented 8 years ago

I’ve published a new version with a fix: https://github.com/hoodiehq/hoodie-client-store/releases/tag/v3.0.2

When I install Hoodie, I don’t get the fix, because hoodie-client gets build on publish, and it does not get published when a sub library gets released.

Any idea how to handle this?

gr2m commented 8 years ago

I disabled caching for now, as even when published it didn't have the latest version of hoodie-client-store. I had to delete travis cache & publish again

varjmes commented 8 years ago

@gr2m Is there any way to use bundle bump bot to do this? If client-store gets updated, then bundle bump bot prs the updated to hoodie-client?

gr2m commented 8 years ago

yes bundle bump bot is the right way to do this :+1:

I’d suggest we add it to all Hoodie client modules: