Commit 7cc1e0e4 authored by Phillip Webb's avatar Phillip Webb

Fix release notes generation script

Script was accidentally trying to import `common.sh`.

Closes gh-15349
parent cd4492d9
#!/bin/bash
set -e
source $(dirname $0)/common.sh
version=$( cat version/version )
milestone=${version}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment