Release plan: Difference between revisions

Jump to navigation Jump to search
m (Legacy: typo, strike out past items)
Line 47: Line 47:
# Feb/Aug 1st: Start preparing the release notes and a press announcement
# Feb/Aug 1st: Start preparing the release notes and a press announcement
# Feb/Aug 17th: Create binaries/installers, pack fgdata, publish files, announce new version, close the release-branch
# Feb/Aug 17th: Create binaries/installers, pack fgdata, publish files, announce new version, close the release-branch
##Tag the release/2.4.0 branches of simgear, flightgear and fgdata.
##Tag the release/2.4.0 branches of simgear, flightgear and fgdata and push the tags.
##Merge the branch release/2.4.0 into '''master''' (<u>'''NOT'''</u> next) for flightgear and simgear
##:for flighgear, simgear and fgdata: ''git tag version/2.4.0-final''
##:for flighgear, simgear and fgdata: ''git push origin version/2.4.0-final''
##Merge the branch release/2.4.0 into '''master''' (<u>'''NOT'''</u> next) for flightgear and simgear and push the branch
##:We don't have a next branch for fgdata, no merging of the release branch here.
##:We don't have a next branch for fgdata, no merging of the release branch here.
##:for flighgear and simgear:
##:''git checkout -b master origin/master'' or ''git checkout master'' if you already have the local branch
##:''git merge version/2.4.0-final
##:''git push origin master''


=== To bump up the version number ===
=== To bump up the version number ===

Navigation menu