Script to generate text based changelogs between two builds

   2571   2   1
User Avatar
Member
31 posts
Joined: 8月 2010
Offline
I often get asked “what's new in this build” and then I have to go to the journal, filter, and summarise the whole lot.

So I wrote a quick python (2.7) script to do it for me and output it in a more traditional text based changelog format.

Get the script from the gist below and run (for example)

houchangelog.py 12.5 371 376

which means
houchangelog.py

You will need to install BeautifulSoup and requests via pip to make this work.

Get it here: https://gist.github.com/Svenito/5411659 [gist.github.com]

Maybe it's also useful to someone else.
./Sven
User Avatar
Member
390 posts
Joined: 1月 2012
Offline
awesome, thanks a ton for this!
.
User Avatar
Member
31 posts
Joined: 8月 2010
Offline
You're welcome. Glad it's of use
./Sven
  • Quick Links