Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions misc/releaseprep
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ echo "Regenerating ChangeLog file..."
regenerate_changelog $LASTVER
echo ""

# Commit ChangeLog to develop branch before proceeding
# (otherwise it never gets done!)
git add ChangeLog
git commit -m "Update ChangeLog"
git push origin develop

# Change default make from "debug" to "eggdrop"...
echo -n "Changing default make..."
change_default_make
Expand Down Expand Up @@ -184,6 +190,9 @@ echo Current patch: `misc/addpatch -s`
echo "Complete."
echo ""

exit

### Maybe for the future...
echo "This next step will commit, tag, and push to GitHub."
echo "IT IS NOT REVERSIBLE!"
echo "This is, like, the real deal."
Expand Down