Skip to content

Commit

Permalink
Have to track the short changelog with git to prevent the packager ig…
Browse files Browse the repository at this point in the history
…noring it. [skip ci]
  • Loading branch information
ascott18 committed Aug 18, 2019
1 parent d08f5b0 commit 5c12f3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/create-short-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ done <$INPUT >>$OUTPUT

echo "Wrote changelog up to $max_versions versions to $OUTPUT";

# `git add`ing this is required to make the packager not exclude it.
echo
echo git add $OUTPUT
git add $OUTPUT 2> /dev/null

exit 0

0 comments on commit 5c12f3e

Please sign in to comment.