|
|
Line 1: |
Line 1: |
| =Development= | | =Development= |
| ==Git Workflow== | | ==Git Workflow== |
| * The master branch must be always ready for release
| | We use the integrated Git Workflow policy, you can find more info [[Plasma/IntegrationBranches/plasmate|here]] |
| * new features must go in a new branch
| |
| * The branches plasmate/x.y must contain the relative release code, which will derive from the master branch
| |
| ** Git tags are added for every release, marking the final commit of the released code base
| |
|
| |
|
| ==Install== | | ==Install== |
Revision as of 11:46, 8 March 2013
Development
Git Workflow
We use the integrated Git Workflow policy, you can find more info here
Install
See the plasmate/PACKAGERS file
Source Code
projects.kde.org [1]
TODO