Skip to content

Commit

Permalink
call emacs to edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 7, 2012
1 parent bd4b36c commit 3dfbf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/newVersion
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ git-changelog --list | grep -v '^ \* minor' >> $tmp
echo '' >> $tmp
if [ -f Changelog.txt ]; then cat Changelog.txt >> $tmp; fi
mv $tmp Changelog.txt
ls $EDITOR Changelog.txt
emacs Changelog.txt

echo git commit -m \"version to $VERSION\" -a
echo git tag v${VERSION}
Expand Down

0 comments on commit 3dfbf31

Please sign in to comment.