Ok, the current ChangeLog is up (1).


What I'm thinking is two things:

It may be a good idea to modify the script at (2) to automagically replace 'Ticket #x'
with the ticket URL.  Of course, that would require that from now on, that specific format
for referencing the tickets will be a must.

The other thing I'm considering is how to automate ChangeLog creation.  Maybe add the
script to the server and include running it in the merge to master process?  The issue
becomes how to include the ChangeLog in the Git repository, but make it so that the Git
log doesn't wind up getting ChangeLog modified type messages.  Maybe just not git add
the file in the master?  But then, how to keep the ChangeLog when master is cloned?



(1) http://jdulaney.fedorapeople.org/autoqa/ChangeLog
(2) https://binarystatic.wordpress.com/2010/02/18/how-to-convert-git-log-to-changelog/