Skip to content

Commit

Permalink
Ensure new-entities.txt is created before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Jan 23, 2025
1 parent cd3a9f2 commit cb9d341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ confirm "Is this the release date: '${DATE}'?"

# Make a new GitHub release.
echo "Creating GitHub release:"
make build/new-entities.txt
gh release create "v${DATE}" --title "${DATE} Release" --notes-file build/new-entities.txt || fail "Failed to create GitHub release"

# Draft an announcement email.
Expand Down

0 comments on commit cb9d341

Please sign in to comment.