Versionner: New version from current package versions?
Is there currently a way to say "create a new version of my project updating all packages to the current versions in the image"? It's pretty much like the cool new options Esteban introduced, but in the case where the underlying packages have already been saved. Thanks! ----- Cheers, Sean -- View this message in context: http://forum.world.st/Versionner-New-version-from-current-package-versions-t... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
new version will - save versions if they are dirty - take latests versions *in image* if they are not so if you have them in your image, just saying ânew patchâ will do the trick. Esteban
On 21 May 2015, at 15:33, Sean P. DeNigris <sean@clipperadams.com> wrote:
Is there currently a way to say "create a new version of my project updating all packages to the current versions in the image"? It's pretty much like the cool new options Esteban introduced, but in the case where the underlying packages have already been saved. Thanks!
----- Cheers, Sean -- View this message in context: http://forum.world.st/Versionner-New-version-from-current-package-versions-t... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
EstebanLM wrote
- take latests versions *in image* if they are not
Aha! I didn't know that. Exactly what I was looking for :) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Versionner-New-version-from-current-package-versions-t... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (2)
-
Esteban Lorenzano -
Sean P. DeNigris