[Scummvm-devel] Release 1.3.0 status -- branch

Eugene Sandulenko sev at scummvm.org
Sun May 1 13:49:49 CEST 2011


Hi Team,

It is time to branch 1.3.0 release.

I agree with Max, and this time we will go SVN style which is cherry
picking.

I just created branch-1-3-0 and bumped version on master.

To checkout it, do following commands (I am writing them out of
manuals, please do not rely on them blindly, fixes are welcome):

  git pull --rebase # fetch current git tree and rebase your changes
  git checkout branch-1-3-0
  # do your changes
  git commit -a
  git checkout master
  git cherry-pick <your-commit>
  git pull --rebase # ensure we're in sync
  git push


Eugene




More information about the Scummvm-devel mailing list