Skip to content

Commit 642d724

Browse files
authored
Merge pull request #236 from blink1073/update-ci
2 parents fb83147 + 690593d commit 642d724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ jobs:
7575
env:
7676
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
RH_REPOSITORY: jupyter-server/jupyter_releaser
78-
RH_SINCE: v0.3.0
79-
RH_UNTIL: v0.4.0
78+
RH_SINCE: v0.10.2
79+
RH_UNTIL: v0.10.3
8080
run: |
8181
set -eux
8282
python -m jupyter_releaser.actions.generate-changelog
8383
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"
86-
cat CHANGELOG_ENTRY.md | grep -q "compare/v0.3.0...v0.4.0"
84+
# Check for version entry contents
85+
cat CHANGELOG_ENTRY.md | grep -q "#234"
86+
cat CHANGELOG_ENTRY.md | grep -q "compare/${RH_SINCE}...${RH_UNTIL}"
8787
# make sure it works with different settings
8888
export RH_SINCE=
8989
export RH_UNTIL=

0 commit comments

Comments
 (0)