File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ jobs:
75
75
env :
76
76
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
77
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
80
80
run : |
81
81
set -eux
82
82
python -m jupyter_releaser.actions.generate-changelog
83
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 "
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} "
87
87
# make sure it works with different settings
88
88
export RH_SINCE=
89
89
export RH_UNTIL=
You can’t perform that action at this time.
0 commit comments