OCR-D / quiver-back-end

The back end of the OCR-D quality dashboard webapp.
MIT License
1 stars 2 forks source link

releases: avoid API calls and use git cli instead #8

Open mweidling opened 2 years ago

mweidling commented 2 years ago

OK, so you're parsing the changelog that we post with every ocrd_all release. This works because we generate the changelog semi-automatically but I think it would be better to inspect the ocrd_all repository directly, i.e.

  1. Determine the commit A of the previous release
  2. Determine the commit B of the next release
  3. Inspect which submodules in ocrd_all had changes committed between A and B

_Originally posted by @kba in https://github.com/OCR-D/kwalitee-dashboard-back-end/pull/7#discussion_r900017698_