Skip to content

Commit ed64a98

Browse files
committed
fix: update image URL in README to use the correct reference
1 parent e1723ed commit ed64a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
CLI to generate an opinionated changelog.
44

5-
<img src="https://raw.githubusercontent.com/orestesgaolin/dart_utilities/main/changelog_cli/example/screenshots/changelog_cli.png?token=GHSAT0AAAAAABWNHNTSBEDP4XHYYR5P6SSSY3GKMBQ" alt="Example usage screenshot" width="600">
5+
<img src="https://raw.githubusercontent.com/orestesgaolin/dart_utilities/refs/heads/main/changelog_cli/example/screenshots/changelog_cli.png" alt="Example usage screenshot" width="600">
66

77
By default it just generates the changelog based on the whole git history. You can pass custom `--start` and `--end` parameters which are git refs to get a subset of changes between two commits or tags. That was my main goal with this CLI as it doesn't necessarily require semantic versioning.
88

0 commit comments

Comments
 (0)