Bugzilla:Release Process: Difference between revisions

no edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 66: Line 66:
=== Release Notes ===
=== Release Notes ===


The actual process of writing Release Notes is described in the Release Note Guide. They should also be attached normally to the bug, and you should ask some reviewer to look over them.
The actual process of writing Release Notes is described in the [https://www.bugzilla.org/docs/releasenote.html Release Note Guide]. They should also be attached normally to the bug, and you should ask some reviewer to look over them.


=== Web Site Updates ===
=== Web Site Updates ===


Check Out From Git
In order to update the website, the first thing you have to do is check out its code from Git. Make sure you have checkin access on Github:


In order to update the website, the first thing you have to do is check out its code from Git. Make sure you have checkin access on git.mozilla.org:
  git@github.com:bugzilla/bugzilla.github.io
 
ssh://gitolite3@git.mozilla.org/www/bugzilla.org.git.


Or, if you don't have checkin access, but you want to work on the web site updates anyhow:
Or, if you don't have checkin access, but you want to work on the web site updates anyhow:


https://git.mozilla.org/www/bugzilla.org.git
  https://github.com/bugzilla/bugzilla.github.io


==== Automatic Website Updater ====
==== Automatic Website Updater ====
637

edits