Release plan: Difference between revisions

Jump to navigation Jump to search
Line 29: Line 29:
##Tag (annotated) flightgear, simgear and fgdata with <tt>version/2.8.0</tt>
##Tag (annotated) flightgear, simgear and fgdata with <tt>version/2.8.0</tt>
##:''git tag -a version/2.8.0'' (Enter a wise comment)
##:''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
##Push the branches next/master '''and''' the tags upstream
##:for flightgear and simgear: ''git push origin next''
##:for fgdata: ''git push origin master''
##:for the tags (all repos): ''git push --tags origin''
# '''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"
##Declare the streams "closed" or "red"
##Post an update to the forum topic
##:Send a mail to the flightgear-devel mail-list, asking not to commit/push anything
##Change the content of wiki template at [[Template:GitStatus]] to <code><nowiki>{{GitStatus:closed}}</nowiki></code>
##:Post an update to the forum topic
##:Change the content of wiki template at [[Template:GitStatus]] to <code><nowiki>{{GitStatus:closed}}</nowiki></code>
##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
Line 47: Line 49:
##:for flightgear and simgear: ''git push origin next''
##:for flightgear and simgear: ''git push origin next''
##:for fgdata: ''git push origin master''
##:for fgdata: ''git push origin master''
##: Declare dev-streams "open" or "green"
##:for the tags (all repos): ''git push --tags origin''
##Declare dev-streams "open" or "green"
##: Change the content of wiki template at [[Template:GitStatus]] to <code><nowiki>{{GitStatus:open}}</nowiki></code>
##: Change the content of wiki template at [[Template:GitStatus]] to <code><nowiki>{{GitStatus:open}}</nowiki></code>
##:Send a mail to the flightgear-devel mailing-list to announce the state.
##:Send a mail to the flightgear-devel mailing-list to announce the state.
159

edits

Navigation menu