Skip to content

Commit 6ef0740

Browse files
committed
chore(release): mark as prerelease
1 parent c085f6f commit 6ef0740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,8 @@ gulp.task('publish.github', function(done){
537537
repo: 'ionic',
538538
tag_name: 'v' + packageJSON.version,
539539
name: packageJSON.version,
540-
body: file.toString()
540+
body: file.toString(),
541+
prerelease: true
541542
}, done);
542543
}));
543544
});

0 commit comments

Comments
 (0)