Skip to content

Commit

Permalink
source_changelog.bash: print baseline version (#1175)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Aug 27, 2024
1 parent 70252c2 commit 293d943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source-repo-scripts/source_changelog.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 293d943

Please sign in to comment.