Confirmed users
471
edits
(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 - | 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 == | ||