Skip to content

Commit

Permalink
Add simple script to update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
unoebauer committed Apr 6, 2018
1 parent cb554af commit 076870b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tardis/scripts/update_changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
github-changes -o tardis-sn -r tardis --only-pulls --use-commit-body -f tmp_changelog.md
pandoc --from markdown --to rst tmp_changelog.md > TMP_CHANGELOG.rst

0 comments on commit 076870b

Please sign in to comment.