grafana / faro-web-sdk

The Grafana Faro Web SDK, part of the Grafana Faro project, is a highly configurable web SDK for real user monitoring (RUM) that instruments browser frontend applications to capture observability signals. Frontend telemetry can then be correlated with backend and infrastructure data for full-stack observability.
https://grafana.com/oss/faro/
Apache License 2.0
688 stars 62 forks source link

Repo: Automatically create release notes #529

Open codecapitano opened 3 months ago

codecapitano commented 3 months ago

Why

The releases section in the Faro repository doesn't show any release notes, only a tag for each release. We have the changelog, but we should still have a proper releases section with respective release notes.

What

Auto generate a better release section containing release notes etc.

jcarres-mdsol commented 2 months ago

Probably there are other/better ways of doing this. I currently follow conventional commits and use release please. Works well for me.