Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ReleaseBuilder
Last updated at 11:44 am UTC on 7 June 2019
 Object subclass: #ReleaseBuilder
	instanceVariableNames: ''
	classVariableNames: 'DeferredTask NextMajorVersion NextMinorVersion NextTask'
	poolDictionaries: ''
	category: 'ReleaseBuilder'

Class comment:
I'm the script that prepares a trunk image for release.

Just do
 ReleaseBuilder doNextStep
repeatedly until the next release is done.

For the final release step:


ReleaseBuilder class setPreferences