Plasma/PlasMate/Development: Difference between revisions

From KDE Community Wiki
(Created page with "=Development= ==Git Workflow== * The master branch must be always ready for release * new features must go in a new branch * The branches plasmate/x.y must contain the relativ...")
 
No edit summary
Line 8: Line 8:
==Install==
==Install==
See the plasmate/PACKAGERS file
See the plasmate/PACKAGERS file
==TODO==

Revision as of 12:47, 24 August 2012

Development

Git Workflow

  • The master branch must be always ready for release
  • 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
    • Before the creation of a new plasmate/x.y a git tag must be added to the master branch

Install

See the plasmate/PACKAGERS file

TODO