Skip to content

Branch descriptions

Leopold Talirz edited this page Oct 29, 2019 · 22 revisions

AiiDA adopts the gitflow branching model and uses the following main branches:

  • develop: contains the latest development version of the code (the default branch when cloning the repository). Contributors should make pull requests for new features, documentation improvements and bug fixes to this branch.

  • master: points to the latest stable release tag, e.g. v0.12.2. Only updated by maintainers.

  • release_v1.0.0: release branch for the next stable release, e.g. v1.0.0. Only updated by maintainers.

  • support/v0.12.x: branch for bug fixes for earlier AiiDA versions, e.g. v0.12.x. Pull requests with bug fixes for aiida-core v0.12.x should be made to this branch.