etherpad-lite/bin/release.js
2013-09-27 14:47:34 +01:00

34 lines
420 B
JavaScript

// A script to Release Etherpad.
var etherRelease = {
init: function(){
// promptUser
promptUser(function(){
package.update(version){
}
});
},
versionNumber: function(){
get: function(){
}
},
versionNumber.get: function(){
},
/* Continuous integration */
ci: function(){
hasPassed = function(){
// TODO
return true;
}
},
}