Skip to content

Commit

Permalink
Remove changelog generation from releaseprep
Browse files Browse the repository at this point in the history
TODO: Better integrate this for 1.8.2
  • Loading branch information
vanosg committed Mar 27, 2017
1 parent 4b9c30a commit ad4e5e6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions misc/releaseprep
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,13 @@ if test ! -f src/main.c; then
fi


#TODO: Update releaseprep with new genchanges scripts
# do it manually for now
#
# Regenerate ChangeLog file before doing anything else...
echo "Regenerating ChangeLog file..."
regenerate_changelog $LASTVER
echo ""
#echo "Regenerating ChangeLog file..."
#regenerate_changelog $LASTVER
#echo ""

# Change default make from "debug" to "eggdrop"...
echo -n "Changing default make..."
Expand Down

0 comments on commit ad4e5e6

Please sign in to comment.