chore(release): mark as prerelease

This commit is contained in:
Tim Lancina
2016-02-01 19:24:36 -06:00
parent c085f6f75b
commit 6ef07405f1

View File

@ -537,7 +537,8 @@ gulp.task('publish.github', function(done){
repo: 'ionic',
tag_name: 'v' + packageJSON.version,
name: packageJSON.version,
body: file.toString()
body: file.toString(),
prerelease: true
}, done);
}));
});