balena-io-modules / scrutinizer

Extract a git repository's metadata relying on open source conventions
Apache License 2.0
8 stars 0 forks source link

MD is processed and returned as md instead of tree #141

Closed iamsolankiamit closed 4 years ago

iamsolankiamit commented 4 years ago

Markdown is now returned from readme plugins as markdown instead of JSON Trees. This enables us to handle the content as markdown where needed. This is a breaking change since it content dependent of JSON tree will not render/ throw error.

We now detect and report deploy with balena URLs

Change-type: Major Signed-off-by: Amit Solanki amit@balena.io