- Used SemVer for semantic versioning.
-
feature-*
-
release ----> Protected
-
hotfix-*
-
main ----> Protected
feature-login-re-v1-1
No uppercase letters allowed
No underscores allowed
No spaces allowed
No special characters allowed ($#&%?¿)
(((feature|release|hotfix){1}-{1})\/*([a-z|0-9|-]*)$)|develop|release|main
- To define a tag, you must follow the following pattern:
v[0-9]+\.[0-9]+\.[0-9]+(-[a-z|0-9|-]*)$
You can find more information about gitflow here: