Skip to content

Commit d231e33

Browse files
committed
update generate-changelog test
1 parent fb83147 commit d231e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cat CHANGELOG_ENTRY.md
8484
# Check for version entry in between the two versions and one outside
8585
cat CHANGELOG_ENTRY.md | grep -q "#95"
86-
cat CHANGELOG_ENTRY.md | grep -q "compare/v0.3.0...v0.4.0"
86+
cat CHANGELOG_ENTRY.md | grep -q "compare/v0.10.2...v0.10.3"
8787
# make sure it works with different settings
8888
export RH_SINCE=
8989
export RH_UNTIL=

0 commit comments

Comments
 (0)