The i18nify-data repo is not tagged or versioned overall. Individual Country Attributes within the package are versioned directly and independently.
We follow SemVer for version. versionmajor.minor.patch
The versioning is maintained in the format of version1.0.2
, in which the first part represents the scheme of data, second part represents the contry attribute data, and the third part represents the country attribute field value.
There are 3 different scenarios while versioning a new release
- Schema Updation
- Data Addition
- Patching Existing Data
- In this, You can change the overall scheme of the country attribute information by adding, deleting or updating the country attribute data fields.
- Make sure to update the version from
version1.0.0
toversion2.0.0
in this scenario. - Example of this scenario:
- In this, You can change the country attrtibute data by adding, deleting or updating the country attribute data, without updating any schema.
- Make sure to update the version from
version1.0.0
toversion1.1.0
in this scenario. - Example of this Scenario:
- In this, You can change update the value of any country attribute data field, without modifying schema and the overall data.
- Make sure to update the version from
version1.0.0
toversion1.0.1
in this scenario. - Example of this scenario: