Jetpack/Release Process: Difference between revisions

Jump to navigation Jump to search
Line 302: Line 302:
  cd addon-sdk
  cd addon-sdk


Change to the release branch:
Tag the most recent commit on the release branch (which should be the one from which you built the most recent release candidate) with the release identifier:


git checkout branch-1.0b1
  git tag 1.0b1 remotes/origin/branch-1.0b1
 
Tag the repository with the final version:
 
  git tag 1.0b1 branch-1.0b1


Push the tag to the canonical repository:
Push the tag to the canonical repository:
canmove, Confirmed users
2,056

edits

Navigation menu