go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
409 stars 43 forks source link

fix: Use the correct OCI container label for license #121

Closed SISheogorath closed 2 years ago

SISheogorath commented 2 years ago

This patch fixes the copy-paste mistake from the last commit, and adjusts the wrongly used org.opencontainers.image.documentation label, which should link to documentation, not state "MIT" with the correct org.opencontainers.image.license label which handles licenses.

Shoutout to @ErikMichelson for spotting it.

References: https://github.com/opencontainers/image-spec/blob/67d2d5658fe0476ab9bf414cec164077ebff3920/annotations.md

christophwitzko commented 2 years ago

Oops 😅, thanks for the fix 👍