diff --git a/source-repo-scripts/source_changelog.bash b/source-repo-scripts/source_changelog.bash index 71a8aea23..6b93dfd05 100755 --- a/source-repo-scripts/source_changelog.bash +++ b/source-repo-scripts/source_changelog.bash @@ -11,7 +11,8 @@ git fetch --tags PREV_VER=${1:-$(git describe --tags --abbrev=0 | sed 's/.*_//')} -echo "Changes since $PREV_VER" +echo "1. **Baseline:** this includes all changes from $PREV_VER and earlier." +echo "" ORIGIN_URL=$(git remote get-url origin) REPO=$(basename ${ORIGIN_URL%.git})