|
|
|
|
|
by rdsubhas
2652 days ago
|
|
I believe parent's question was: Yes, you will have different repo names. But there is sub version pinning. i.e. The first patch of v1.2.3 is called v1.2.3.1 (or v1.2.3-1 or something). Then the repo itself will evolve, and keep publishing v1.2.3-2, v1.2.3-4 and so on. Patched versions are "sub" versions of the main version, and those sub versions also keep evolving for the same upstream version. |
|