Skip to content

Commit 565c8f8

Browse files
committed
update variables
1 parent d231e33 commit 565c8f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 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
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.10.2...v0.10.3"
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)