|
1.0-beta.28-ea.4 includes a major overhaul of the MetacelloToolBox
API. I've updated the ProfStef tutorial for Metacello with tool box
examples. To load the ProfStef tutorial:
Gofer new
gemsource: 'metacello';
package: 'ConfigurationOfMetacello';
load.
Then:
(ConfigurationOfMetacello project version: '1.0-beta.28-ea.4') load:
'Tutorial'.
The tutorial covers:
- creating a baseline with toolbox (programatically)
- creating a development version (including creating a #development
symbolic version)
- updating the project/package specs
- releasing a version (including clearing the development symbolic
version and creating a
#stable symbolic version)
Dale
|