Re: [Pharo-users] Releasing to Catalog

2018-01-02 Thread Evan Donahue
Ok, that works. Thanks. My last question is about adding a development symbolic version. Can I use my existing BaselineOf class somehow as a baseline from within my ConfigurationOf "" method, or should I define a redundant "baseline: spec" method in the Configuration of the old fashioned way? Than

Re: [Pharo-users] Releasing to Catalog

2018-01-01 Thread Sean P. DeNigris
Evan Donahue wrote > I have run into a slight problem. Just remove the leading $v from - Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Releasing to Catalog

2018-01-01 Thread Evan Donahue
I'm getting close to figuring out how to put something in the catalog, but I have run into a slight problem. I am following this tutorial: http://blog.yuriy.tymch.uk/2015/07/pharo-and-github-versioning-revision-2.html?view=classic It has gotten me through making a BaselineOf and putting it on git