Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.03 KB

contributing-branches.rst

File metadata and controls

39 lines (27 loc) · 1.03 KB

Branches

The Zammad main repo @ https://github.com/zammad/zammad has several branches

Master

  • Default GitHub branch
  • Current unreleased development state of next stable minor release
  • Bug fixes of current stable version are added here
  • Is the branch where features work correctly
  • Could be used for experienced users for production
  • If current stable is 1.1.0 this would be next 1.1.1

Develop

  • Current unreleased development state of next major release
  • Is the first instance where all features are developed
  • This branch will have some issues all the time
  • If current stable ist 1.1.0 this would be 1.2.0
  • Unstable!
  • No use for production!

Stable

  • Current stable release
  • Stable bugfixes merged from master when new stable minor version is released

Stable-X.x

  • There will be several more Stable branches because we'll support the last 3 major versions of Zammad
  • If current stable is 1.2.0 then name of the branch is stable-1.2 and there also would be stable-1.1 and stable-1.0