File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/input/docs/learn/branching-strategies/gitflow Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SemVer compatible versions from this structure.
17
17
prefixed with release-. Eg: release-4.1 (or release-4.1.0)
18
18
* Hotfixes are prefixed with hotfix- Eg. hotfix-4.0.4
19
19
* The original [ GitFlow model] ( https://nvie.com/posts/a-successful-git-branching-model/ )
20
- specifies branches with a "-" separator while the [ git flow extensions] ( https://github.com/nvie /gitflow )
20
+ specifies branches with a "-" separator while the [ git flow extensions] ( https://github.com/CJ-Systems /gitflow-cjs )
21
21
default to a "/" separator. Either work with GitVersion.
22
22
* Tags are used on the main branch and reflects the SemVer of each stable
23
23
release eg 3.3.8 , 4.0.0, etc
You can’t perform that action at this time.
0 commit comments