Skip to content

Commit

Permalink
Include generated changelog in script output
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmitt committed Jan 26, 2024
1 parent 3daa207 commit 9bd184d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git-dch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,7 @@ done
if [[ "$RANGE" != "" ]] && [[ "$(git log "$RANGE" | wc -l)" != 0 ]] ; then
appendChangelog "$VERSION" "$RANGE"
fi

printf "--- Generated Changelog:\n"
cat debian/changelog
printf "--- ---:\n"

0 comments on commit 9bd184d

Please sign in to comment.