... | @@ -57,19 +57,33 @@ Version: `<year>.<id>` |
... | @@ -57,19 +57,33 @@ Version: `<year>.<id>` |
|
|
|
|
|
* **<year>** - last two digits of the next yearly stream.
|
|
* **<year>** - last two digits of the next yearly stream.
|
|
* **<id>** - counter of updates.
|
|
* **<id>** - counter of updates.
|
|
* starts with 0 after year part updated, and each update (published?) to packages bump it by 1.
|
|
* starts with 0 after year part update, and each update (published?) to packages bump it by 1.
|
|
|
|
|
|
```
|
|
```
|
|
25.2 -> 25.3 -> 25.4 -> 26.0 -> 26.1
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1
|
|
update update yearly update
|
|
update update yearly update
|
|
stream
|
|
stream
|
|
branched
|
|
branched
|
|
```
|
|
```
|
|
|
|
|
|
**Yearly Streams**
|
|
**Yearly Streams**
|
|
|
|
|
|
Version: `<year>.<id>`
|
|
Version: `<year>.<id>`
|
|
|
|
|
|
|
|
* **<year>** - last two digits of the streams' year.
|
|
|
|
* **<id>** - counter of updates.
|
|
|
|
* starts with ELT Platform Next id and each update (published?) to packages bump it by 1.
|
|
|
|
|
|
|
|
```
|
|
|
|
---> 25.5 ---> 25.6
|
|
|
|
/
|
|
|
|
/
|
|
|
|
25.2 ---> 25.3 ---> 25.4 ---> 26.0 ---> 26.1
|
|
|
|
update update yearly update
|
|
|
|
stream
|
|
|
|
branched
|
|
|
|
```
|
|
|
|
|
|
**Release Streams**
|
|
**Release Streams**
|
|
|
|
|
|
Version: `<year>(.<parent_stream_id>)+.<id>`
|
|
Version: `<year>(.<parent_stream_id>)+.<id>`
|
... | | ... | |