Re: Managing updates/patches in Pharo with Metacello
Posted by
Esteban A. Maringolo on
Aug 08, 2014; 1:31pm
URL: https://forum.world.st/Managing-updates-patches-in-Pharo-with-Metacello-tp4772489p4772499.html
I know this is the proper way of doing it according to semantic versioning.
I was afraid of populating the Metacello config with lots of #version21: #version211: #version212, etc.
But I also should be able to load a version with the bug, so I guess this is way.
But... how do I load the latest "released" version of 2.1 ?
Ej:
I have:
- 2.1.3 (released)
- 2.2.4 (released)
- 2.3... (development)
If I want to load the latest released version of 2.1, how do I do it without knowing if the latest is 2.1.3 or 2.1.15?
Regards!
Esteban A. Maringolo