Skip to content

Commit

Permalink
Merge pull request #236 from blink1073/update-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jan 2, 2022
2 parents fb83147 + 690593d commit 642d724
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RH_REPOSITORY: jupyter-server/jupyter_releaser
RH_SINCE: v0.3.0
RH_UNTIL: v0.4.0
RH_SINCE: v0.10.2
RH_UNTIL: v0.10.3
run: |
set -eux
python -m jupyter_releaser.actions.generate-changelog
cat CHANGELOG_ENTRY.md
# Check for version entry in between the two versions and one outside
cat CHANGELOG_ENTRY.md | grep -q "#95"
cat CHANGELOG_ENTRY.md | grep -q "compare/v0.3.0...v0.4.0"
# Check for version entry contents
cat CHANGELOG_ENTRY.md | grep -q "#234"
cat CHANGELOG_ENTRY.md | grep -q "compare/${RH_SINCE}...${RH_UNTIL}"
# make sure it works with different settings
export RH_SINCE=
export RH_UNTIL=
Expand Down

0 comments on commit 642d724

Please sign in to comment.