Support for release candidates in the version.json file; propagates up through the version string everywhere: filenames, ZIP, source code
This commit is contained in:
@@ -2,5 +2,5 @@ jasmine.version_= {
|
||||
"major": <%= major %>,
|
||||
"minor": <%= minor %>,
|
||||
"build": <%= build %>,
|
||||
"revision": <%= revision %>
|
||||
}
|
||||
"revision": <%= revision %><%= %Q{,\n "rc": #{rc}} if rc %>
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user