mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(release): mark as prerelease
This commit is contained in:
@ -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);
|
||||
}));
|
||||
});
|
||||
|
Reference in New Issue
Block a user