forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Branches and Releases
SingLi edited this page Nov 15, 2015
·
1 revision
Rocket.Chat maintains two branches for release builds:
- develop
- master
The default branch is develop
.
All contributors create PR against develop
branch. Core team will merge these PRs after review down to develop
branch.
Every few weeks, core team will:
- stop PR merges
- test features on
develop
branch for a few days - optionally cut a beta release (tag it as beta) from
develop
for external testing - after testing and bug fixes - merge down the feature set as a stable release onto
master
All builds from master are considered stable
(tested), and will be tagged with proper major.minor
release info.
- Mobile app for iPhones, iPads, iPod Touch
- Firefox OS native app
- Using Face to face video conference (aka webrtc)
- Remote Video Monitoring
- LDAP Authentication
- Creating the First Admin
- How to Build Rocket.Chat for Android
- Build the Android Cordova Web App and connect to your own Rocket.Chat Server