Fix release notes generation script
Script was accidentally trying to import `common.sh`. Closes gh-15349
This commit is contained in:
parent
cd4492d91a
commit
7cc1e0e4d6
|
@ -1,8 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
source $(dirname $0)/common.sh
|
||||
|
||||
version=$( cat version/version )
|
||||
|
||||
milestone=${version}
|
||||
|
|
Loading…
Reference in New Issue