Skip to content

Commit 8967438

Browse files
committed
fix: changed versioning style
1 parent b497b1d commit 8967438

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ le estensioni per ogni paese, è necessario adottare una strategia di versioning
104104
più raffinata. Per questo motivo, ogni update al core e/o ad un'estensione
105105
specifica per Paese, sarà taggata come segue:
106106

107-
> core-x.y.z/cc-a.b.c
107+
> core-x.y.z;cc-a.b.c
108108
109109
dove cc rappresenta il codice del paese presente nella chiave
110110
`countryExtensionVersion` dello schema modificato.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ country-specific ones, it is necessary to further refine the versioning.
9999
As such, each update at the core and/or to a country-specific extension will be
100100
tagged as follows:
101101

102-
> core-x.y.z/cc-a.b.c
102+
> core-x.y.z;cc-a.b.c
103103
104104
where cc is the country code defined in the `countryExtensionVersion` key.
105105

@@ -110,8 +110,8 @@ a `version` key.
110110

111111
Examples of this versioning schema may be:
112112

113-
> * core:0.2/it:0.4
114-
> * core:0.2/fr:1.1
113+
> * core:0.2;it:0.4
114+
> * core:0.2;fr:1.1
115115
116116
## Contributing
117117

0 commit comments

Comments
 (0)