Use the editor for opening the changelog.

Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
This commit is contained in:
Jacob Kiers 2014-03-07 10:45:11 +01:00
parent 25b8607466
commit 73413fd74a
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ printf '\n' >> $tmp
if [ -f $CHANGELOG ]; then cat $CHANGELOG >> $tmp; fi
mv $tmp $CHANGELOG
subl $CHANGELOG
$EDITOR $CHANGELOG