Loop/Loop-client Release Process: Difference between revisions

m
(New page, wip, for info on releasing loop-client.)
 
Line 34: Line 34:
   git clone git@github.com:mozilla/loop-client.git
   git clone git@github.com:mozilla/loop-client.git
   cd loop-client
   cd loop-client
 
   # Checkout master, or appropriate revision to branch from
   # Checkout master, or appropriate revision to branch from
   git checkout master
   git checkout master
 
   # Create a new branch (replace 0.14 with the main version of the branch)
   # Create a new branch (replace 0.14 with the main version of the branch)
   git checkout -b 0.14.x
   git checkout -b 0.14.x
 
   # Push the new branch to the remote
   # Push the new branch to the remote
   git push origin 0.14.x
   git push origin 0.14.x
Line 48: Line 51:
   # Clone or update as needed
   # Clone or update as needed
   git clone git@github.com:mozilla/loop-client-l10n.git
   git clone git@github.com:mozilla/loop-client-l10n.git
 
   # Copy the en-US file (note the change from - to _)
   # Copy the en-US file (note the change from - to _)
   cp loop-client/content/l10n/en-US/loop.properties loop-client-l10n/l10n/en_US/loop.properties
   cp loop-client/content/l10n/en-US/loop.properties loop-client-l10n/l10n/en_US/loop.properties
 
   # Verbatim also needs it in the templates directory
   # Verbatim also needs it in the templates directory
   cp loop-client/content/l10n/en-US/loop.properties loop-client-l10n/l10n/templates/loop.properties
   cp loop-client/content/l10n/en-US/loop.properties loop-client-l10n/l10n/templates/loop.properties
 
   # Now commit and push
   # Now commit and push
   cd loop-client-l10n
   cd loop-client-l10n
canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628

edits