How do I add to the change log

Created by linuxrules
Keywords:
add to change log
Last updated by:
linuxrules

Metaphorically speaking lets say you "are releasing version 11.11.11"
0) Do this 11.11.(11 + 2) "11.11.13"
1) After your very last commit you do this:

% bzr log --gnu-changelog -v > YaTC.CHANGES
% bzr commit -m "Update to YaTC.CHANGES"
% bzr push lp:yatc

2) Now make the release!