Release plan: Difference between revisions

Line 27: Line 27:
##Compile and test drive FlightGear with the new version-number
##Compile and test drive FlightGear with the new version-number
##Commit the new version number to next (flightgear+simgear) and master(fgdata)
##Commit the new version number to next (flightgear+simgear) and master(fgdata)
##Tag (annotated) flightgear, simgear and fgdata with <tt>version/2.8.0</tt>
##:''git tag -a version/2.8.0'' (Enter a wise comment)
##Create the release branches on simgear, flightgear and fgdata named <tt>release/2.8.0</tt>
##:''git branch release/2.8.0''
##Push the branches next/master '''and''' the tags upstream
# '''Jan/Jul 17th:''' Create new release branch, assign new version number to dev-stream, re-open streams
# '''Jan/Jul 17th:''' Create new release branch, assign new version number to dev-stream, re-open streams
##Send a mail to the flightgear-devel mail-list, asking not to commit/push anything, declare the streams "closed" or "red"
##Send a mail to the flightgear-devel mail-list, asking not to commit/push anything, declare the streams "closed" or "red"
##Post an update to the forum topic
##Post an update to the forum topic
##Change the content of wiki template at [[Template:GitStatus]] to <code><nowiki>{{GitStatus:closed}}</nowiki></code>
##Change the content of wiki template at [[Template:GitStatus]] to <code><nowiki>{{GitStatus:closed}}</nowiki></code>
##Tag (annotated) flightgear, simgear and fgdata with <tt>version/2.8.0</tt>
##:''git tag -a version/2.8.0'' (Enter a wise comment)
##Create the release branches on simgear, flightgear and fgdata named <tt>release/2.8.0</tt>
##:''git branch release/2.8.0''
##On the next/master branches, bump up the version-number of simgear, flightgear and fgdata to an odd number (2.8.0 -> 2.9.0)
##On the next/master branches, bump up the version-number of simgear, flightgear and fgdata to an odd number (2.8.0 -> 2.9.0)
##Compile and test drive FlightGear with the new development version number
##Compile and test drive FlightGear with the new development version number
159

edits