Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Jan 7, 2024
1 parent 6cadf0e commit 0d475c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 006-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- 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.
- After the first release, create a new release branch `1.x` and make it main branch.
- Major changes must create in `master` branch.

## Commit messages

Expand Down

0 comments on commit 0d475c2

Please sign in to comment.