Skip to content

Commit

Permalink
chore(script/deploy_nightly): show git log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Mar 29, 2018
1 parent 56f823b commit 65cb5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/deploy_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ then
echo -e "Changes since ${last_tag}:\n\n" > diff.md
git show $last_tag:doc/changes.md > old.md
./script/diff_changelogs.py old.md doc/changes.md >> diff.md
echo -e "*Full commit log*\n" >> diff.md
git log --oneline $last_tag..HEAD | sed 's/^/* /' >> diff.md
git push nightly $LEAN_VERSION_STRING
gothub release -s $GH_TOKEN -u leanprover -r lean-nightly -t $LEAN_VERSION_STRING -d - --pre-release < diff.md
else
Expand Down

0 comments on commit 65cb5e2

Please sign in to comment.