relaton / relaton-render

Gem to render ISO 690 XML serialisation into HTML
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

need CI to bind relaton-render to relaton-bib #31

Closed opoudjis closed 1 year ago

opoudjis commented 2 years ago

relaton-render consumes relaton-bib encodings of bibliographic objects. When relaton-bib is updated, if it changes the fields of objects, that can break relaton-render (and has).

I request that relaton-render CI jobs be triggered by updates to relaton-bib

CAMOBAP commented 2 years ago

@opoudjis should we check it on releases only or on master/main too?

ronaldtse commented 2 years ago

On main and releases. Thanks!

CAMOBAP commented 1 year ago

@ronaldtse @opoudjis I think it's better to have this check on relaton-bib side, in those case developer will note potential issues on early stage https://github.com/relaton/relaton-bib/pull/73

Also on relaton-bib's workflow it will try to checkout relaton-render with the same branch that on relaton-bib to do testing. And it will use main if there is no the same branch in relaton-render