Skip to content

Commit

Permalink
Update 006-git.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
vjik and samdark authored Jan 6, 2024
1 parent 2b71f52 commit 6cadf0e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions 006-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

## Branch workflow

For each feature is used a dedicated branch. The development of each version is carried out in the specific branches.

Before the first release, main branch is `master` only.

After the first release, `master` branch must rename to `1.x`. For major change must be created a new branch with usage
next version as name (for example, `2.x`). The main branch is the branch with the current stable release.
- Create a dedicated branch for each feature. Develop each version in specific branches.
- Before the first release, main branch is `master`.
- After the first release, rename `master` to `1.x`. For a major release, create a new version branch such as `2.x`. The main branch is the branch with the current stable release.

## Commit messages

Expand Down

0 comments on commit 6cadf0e

Please sign in to comment.