When Renovate is bumping a dependency, for example, a charm's ROCK, it should use release-noter to get the release notes between the old and new versions. For example, when it wants to bump the version of the Prometheus rock used in the Prometheus charm from 2.53.1 to 2.55.3, it should run release-noter https://github.com/prometheus/prometheus 2.53.1 2.55.3 and place the returned results in release-notes/update-2.53.1-to-2.55.3-notes.md.
When Renovate is bumping a dependency, for example, a charm's ROCK, it should use
release-noterto get the release notes between the old and new versions. For example, when it wants to bump the version of the Prometheus rock used in the Prometheus charm from 2.53.1 to 2.55.3, it should runrelease-noter https://github.com/prometheus/prometheus 2.53.1 2.55.3and place the returned results inrelease-notes/update-2.53.1-to-2.55.3-notes.md.