Skip to content
GitLab
Explore
Sign in
GitLab is undergoing maintenance
You are on a read-only GitLab instance.
Changes
Page history
Update Home
authored
Sep 03, 2021
by
Valentina Galata
Hide whitespace changes
Inline
Side-by-side
Home.md
View page @
fb935bd1
...
@@ -8,4 +8,20 @@
...
@@ -8,4 +8,20 @@
# For developers
# For developers
## Version tags
The version tags have to have the following format
`v{MAJOR}.{MINOR}.{PATCH}`
.
> MAJOR version when you make incompatible API changes,
>
> MINOR version when you add functionality in a backwards compatible manner, and
>
> PATCH version when you make backwards compatible bug fixes.
>
> [reference](https://semver.org/)
Example: tag
`v0.1.1`
## Code formatting convention
*TODO: code formatting convention*
*TODO: code formatting convention*
\ No newline at end of file