Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.12 KB

contributing-branches.rst

File metadata and controls

40 lines (28 loc) · 1.12 KB

Branches

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

Master

  • 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 production environment by experienced users
  • If current stable version is 1.1.0 this will become 1.1.1

Develop

  • Default GitHub branch
  • Current unreleased development state of next major release
  • Is the first instance where all features are being developed
  • This branch will have open issues
  • If current stable version is 1.1.0 this will become 1.2.0
  • Unstable!
  • Should not be used in production environment!

Stable

  • Current stable release
  • Can be used for production
  • Stable bugfixes will be merged from master when new stable minor version will be released

Stable-X.x

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