Confirmed users
471
edits
(update final-release steps) |
|||
Line 416: | Line 416: | ||
{{note|changes to the blog can take several hours to show up on the site because of server-side caching. To check that the post has been published, add "?(SOME UNIQUE STRING)" to the end of the URL, which bypasses the cache.}} | {{note|changes to the blog can take several hours to show up on the site because of server-side caching. To check that the post has been published, add "?(SOME UNIQUE STRING)" to the end of the URL, which bypasses the cache.}} | ||
== Merge Stabilization | == Merge Release back into Stabilization == | ||
To ensure that future releases go smoothly, after each release, the "release" | |||
branch should be merged back into stabilization. This should usually be a | |||
fast-forward merge. | |||
Clone the canonical repository and enter its working directory: | Clone the canonical repository and enter its working directory: | ||
Line 427: | Line 427: | ||
cd addon-sdk | cd addon-sdk | ||
Merge the | Merge the release branch to the stabilization branch: | ||
git | git checkout stabilization | ||
git merge remotes/origin/release | |||
Push the | Push the updated stabilization branch to the canonical repository: | ||
git push origin | git push origin stabilization | ||
== Notify Community == | == Notify Community == |