OCR-D / quiver-back-end

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

6 info about unreleased changes #12

Closed mweidling closed 2 years ago

mweidling commented 2 years ago

This PR introduces a new mandatory attribute, unreleased_changes, to the Repo class. It denoted how many commits have been made since the last release/tag or how many commits a repository has if no tags are given.

Closes #6.

This PR has to be handled after #7.

kba commented 2 years ago

Did you rebase between #7 and #10/#12? Because GH still shows all the commits in both later PR.

mweidling commented 2 years ago

Did you rebase between #7 and #10/#12? Because GH still shows all the commits in both later PR.

Mmh, I usually don't rebase but merge, see 9837d71. Is it better practice to rebase?