We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565c8f8 commit 690593dCopy full SHA for 690593d
.github/workflows/test.yml
@@ -81,8 +81,8 @@ jobs:
81
set -eux
82
python -m jupyter_releaser.actions.generate-changelog
83
cat CHANGELOG_ENTRY.md
84
- # Check for version entry in between the two versions and one outside
85
- cat CHANGELOG_ENTRY.md | grep -q "#95"
+ # Check for version entry contents
+ cat CHANGELOG_ENTRY.md | grep -q "#234"
86
cat CHANGELOG_ENTRY.md | grep -q "compare/${RH_SINCE}...${RH_UNTIL}"
87
# make sure it works with different settings
88
export RH_SINCE=
0 commit comments