etherpad-lite/bin/release.js

35 lines
420 B
JavaScript
Raw Normal View History

2013-09-27 14:47:34 +01:00
// 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;
}
},
}