Add versioning section
This commit is contained in:
parent
f581623ce0
commit
0db019e51a
|
@ -2,5 +2,32 @@
|
||||||
sidebar_position: 12
|
sidebar_position: 12
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Versions & changelog
|
||||||
|
|
||||||
|
|
||||||
|
# Versioning
|
||||||
|
|
||||||
|
Our versioning policy follows the [Semantic Versioning specification](https://semver.org/).
|
||||||
|
In our case, given a version `MAJOR.MINOR.PATCH`, we increment the:
|
||||||
|
|
||||||
|
* `MAJOR` version when the data model of the Graph changes
|
||||||
|
* `MINOR` version when the pipeline (e.g., different deduplication method, different implementation for an enrichment process) or the data sources change
|
||||||
|
* `PATCH` version when the graph data are updated
|
||||||
|
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
<span className="todo">TODO</span>
|
|
||||||
|
This section will document all notable changes for each graph version.
|
||||||
|
|
||||||
|
|
||||||
|
## v5.0.0 - [date]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
Loading…
Reference in New Issue