Hi, is this feature available in Metacello?

To create a new version automatically by
        1.  using latest version number found in any method + 1 , in the 
ConfigurationOfXXX)
        2. using commited packages in the repository 

Something like 

ConfigurationOfXXX>>createVersionNamed: aVersionNameSelector


That would compile the method
        ConfigurationOfXXX>>aVersionNameSelector
                <version: 'lastestVersion+1' imports: #('1.0-baseline')>
        spec for: .... do: [
                spec blessing: #development.
                spec repository: 'http://www.squeaksource.com/XXX'.
                spec
                        author:'Me';
                        package: 'Gaucho-Core' with: 
'Gaucho-Core-FernandoOlivero.78' ;
                        package: 'Gaucho-Drawables' 
with:'Gaucho-Drawables-FernandoOlivero.37' ;
                        .....

Or everybody is creating new version by hand, fetching the latest versions 
names from the monticello repo?


Thanks,
Fernando
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to