-
Notifications
You must be signed in to change notification settings - Fork 192
Branch descriptions
Leopold Talirz edited this page Oct 29, 2019
·
22 revisions
AiiDA adopts the gitflow branching model.
Brief description of the branches on the aiida_core
repository:
-
master: contains the latest stable release. Releases are tagged, e.g.
v0.12.2
. -
develop: the main development branch. Pull requests from forks/branches should be made to this branch.
-
release_v0.12.3: release branch (next release:
v0.12.3
), created and released by maintainers.