Jetpack/Release Process: Difference between revisions

Jump to navigation Jump to search
m
clarification: the release tag is necessarily a child of the final RC, not the RC itself, as it also merges in the previous release
m (clarification: the release tag is necessarily a child of the final RC, not the RC itself, as it also merges in the previous release)
Line 391: Line 391:
  git merge remotes/origin/stabilization
  git merge remotes/origin/stabilization


Tag the release branch (which should point to the commit from which you built the most recent release candidate) with the final version:
Tag the release branch (the commit being tagged should be an immediate descendant of the commit from which you built the most recent release candidate) with the final version:


  git tag ${JPFV}
  git tag ${JPFV}
Confirmed users
471

edits

Navigation menu