2022-07-22 12:28:25 +00:00
|
|
|
# Basic Information
|
|
|
|
|
|
|
|
|
|
Here you'll find some basic information about the Zammad repository.
|
|
|
|
|
|
|
|
|
|
## Branches
|
|
|
|
|
|
2025-03-18 12:59:12 +00:00
|
|
|
The Zammad [repository](https://github.com/zammad/zammad) has several branches.
|
2022-07-22 12:28:25 +00:00
|
|
|
|
|
|
|
|
### `develop`
|
|
|
|
|
|
2025-03-20 13:43:32 +00:00
|
|
|
- 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!
|
|
|
|
|
- Supported with minor- and security bug fixes.
|
2022-07-22 12:28:25 +00:00
|
|
|
|
|
|
|
|
### `stable`
|
|
|
|
|
|
2025-03-20 13:43:32 +00:00
|
|
|
- Current stable release
|
|
|
|
|
- Can be used for production
|
|
|
|
|
- Stable bug fixes will be merged from develop after evaluation of the developers
|
|
|
|
|
- Supported with minor- and security bug fixes.
|
2022-07-22 12:28:25 +00:00
|
|
|
|
|
|
|
|
### `stable-x.y`
|
|
|
|
|
|
2025-03-20 13:43:32 +00:00
|
|
|
- If your version is older and e.g. equals version 1.2.0 then the name of the
|
2022-07-22 12:28:25 +00:00
|
|
|
branch is stable-1.2.
|
2025-03-20 13:43:32 +00:00
|
|
|
- No support for minor- and security bug fixes.
|
2022-07-22 12:28:25 +00:00
|
|
|
|
|
|
|
|
## Packages
|
|
|
|
|
|
2025-05-19 11:09:16 +00:00
|
|
|
- Zammad packages are built and published on [packager.io](https://packager.io).
|
2025-03-20 13:43:32 +00:00
|
|
|
- Builds of new packages are triggered with every push to our GitHub repo
|
|
|
|
|
- If you fork the Zammad repo, you can use packager.io to get builds for your fork
|
|
|
|
|
- Just change the file `.pkgr.yml` to fit your needs
|