Skip to content
Jeanfrancois Arcand edited this page Feb 27, 2015 · 11 revisions

Committer How To

Release Manager

  • 2.0.x: JeanFrançois Arcand
  • 2.1.x: Sebastian Lövdahl
  • 2.2.x: Aki Yoshida
  • 2.3.x: JeanFrançois Arcand
  • 3.0.x: Donghwan Kim

How to cut a release

Pre release Announcement

Post release Announcement

Document to update

Commits

  • All commits dot dot branches MUST have an associated issue.

Proposal for Git Commit

  • Consider starting the commit message with an applicable emoji:
    • 💄 :lipstick: when improving the format/structure of the code
    • 🐎 :racehorse: when improving performance
    • 🚱 :non-potable_water: when plugging memory leaks
    • 📝 :memo: when writing docs
    • 🐧 :penguin: when fixing something on Linux
    • 🍎 :apple: when fixing something on Mac OS
    • 🏁 :checkered_flag: when fixing something on Windows
    • 🐛 :bug: when fixing a bug
    • 🔥 :fire: when removing code or files
    • 💚 :green_heart: when fixing the CI build
    • :white_check_mark: when adding tests
    • 🔒 :lock: when dealing with security
    • ⬆️ :arrow_up: when upgrading dependencies
    • ⬇️ :arrow_down: when downgrading dependencies

Step by Step Tutorials

Concepts & Architecture

15 Minutes Tutorial

Advanced Topics

API

Known WebServer Issues

References

External Documentations

githalytics.com alpha

Clone this wiki locally