mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 04:44:44 +00:00
638 B
638 B
Branch naming and operation policy
- Basically, development is done on a single
main
branch (monorepo development). Create afeature-*
orissue-*
branch only if it is difficult to work without a separate branch.
main
-
main development branch
-
The following conditions must be met
-
compile successfully
beta (not created at this time)
-
Latest beta release
-
The following conditions must be met
-
Compile succeeds.
-
all tests succeed
feature-*
-
A branch that develops one specific feature.
-
main is cut off and created.
-
No conditions
issue-*
-
branch that resolves a specific issue
-
no condition