mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(prerelease): change prerelease type to beta
This commit is contained in:
@ -709,7 +709,7 @@ gulp.task('prepare', function(){
|
||||
|
||||
//Update package.json version
|
||||
var packageJSON = require('./package.json');
|
||||
packageJSON.version = semver.inc(packageJSON.version, 'prerelease', 'alpha');
|
||||
packageJSON.version = semver.inc(packageJSON.version, 'prerelease', 'beta');
|
||||
fs.writeFileSync('package.json', JSON.stringify(packageJSON, null, 2));
|
||||
|
||||
//Update changelog
|
||||
|
Reference in New Issue
Block a user