Jetpack/Release Process: Difference between revisions

Jump to navigation Jump to search
fix up git commands
(add branch deletion and release tagging steps; simplify; make checklist up-to-date)
(fix up git commands)
Line 323: Line 323:
Delete the release branch:
Delete the release branch:


  git branch -d branch-1.0b1
  git branch -D branch-1.0b1


Push the change to the canonical repository:
Push the change to the canonical repository:


  git push origin branch-1.0b1
  git push origin :branch-1.0b1


== Notify Forum ==
== Notify Forum ==
Confirmed users
471

edits

Navigation menu