mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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
|
//Update package.json version
|
||||||
var packageJSON = require('./package.json');
|
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));
|
fs.writeFileSync('package.json', JSON.stringify(packageJSON, null, 2));
|
||||||
|
|
||||||
//Update changelog
|
//Update changelog
|
||||||
|
Reference in New Issue
Block a user