dev-release: Point to Gerrit docs for info

The Gerrit artifact deployment doc has info on PGP key and Google Cloud
Storage setup that is necessary for making a Gitiles release. Provider a
pointer so that someone making a Gitiles release can find it.

Also, clarify that the git tag should be PGP signed.

Change-Id: I4966ebb1aa34bdd8938f27986c9b1a03c2005a21
1 file changed
tree: 4d4621418ba780f451b49f7cb12f4716181a8723
  1. .bazelrc
  2. .bazelversion
  3. .gitignore
  4. .mailmap
  5. .settings/
  6. BUILD
  7. COPYING
  8. Documentation/
  9. README.md
  10. WORKSPACE
  11. fake_pom_deploy.xml
  12. java/com/google/gitiles/
  13. javatests/com/google/gitiles/
  14. lib/
  15. navbar.md
  16. resources/
  17. tools/
  18. version.bzl
README.md

Gitiles - A simple JGit repository browser

Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.

Gitiles automatically renders *.md Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.

Configuration

Gitiles is configurable in a git-style configuration file named gitiles.config. Refer to the configuration documentation for details.

Bugs

Use the issue tracker at github to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.