Skip to content

Commit

Permalink
Fix release notes generation script
Browse files Browse the repository at this point in the history
Script was accidentally trying to import `common.sh`.

Closes gh-15349
  • Loading branch information
philwebb committed Nov 30, 2018
1 parent cd4492d commit 7cc1e0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/scripts/generate-release-notes.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/bash
set -e

source $(dirname $0)/common.sh

version=$( cat version/version )

milestone=${version}
Expand Down

0 comments on commit 7cc1e0e

Please sign in to comment.