chromaui/chromatic-cli

Better changelog for the GitHub Action when changed by Dependabot

Opened this issue · 0 comments

Feature request

When the GitHub Action for Chromatic updates, we have Dependabot automatically opening a PR to let us know of the change.

Unfortunately, because of the way the tags seem to be setup on the action, we see this:

CleanShot 2024-03-04 at 18 21 42@2x

And the link is this:
chromaui/action@v10...v11

This means it's very difficult to determine what changed. We generally assume it's fine, but it'd be awesome if we could easily understand what changed before merging.

Proposed solution

We'd love to see a way of understanding what has changed.

Ideally, it'd be a full changelog which we could browse in GitHub's PR for the dependabot change, which would come from a CHANGELOG.md and the commits in the repo.

Alternative solutions

If we can't get the full log like this, getting a link to where the code actually is or a link to a published changelog would be amazing.

Additional context
N/A