Adding build doc adapter for release note generation
erikyao opened this issue · 2 comments
erikyao commented
Related Issue in MyVariant: biothings/myvariant.info#103
Currently hub/datarelease/publisher.py generates release notes directly from build docs, JsonDiff module, and ES clients. Considering the complexity of the structure of the build docs, introducing an adapter of build docs, which extracts the essential information from build docs for release note generation, will lower the cost of maintenance.
erikyao commented
erikyao commented
To be implemented along with biothings/myvariant.info#103