mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-28 15:59:34 -05:00
workflow: wip release script
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
process.env.VUE_CLI_RELEASE = true
|
||||
|
||||
// const execa = require('execa')
|
||||
// const semver = require('semver')
|
||||
// const inquirer = require('inquirer')
|
||||
// const { syncDeps } = require('./syncDeps')
|
||||
|
||||
// const curVersion = require('../lerna.json').version
|
||||
|
||||
// prompt for new version
|
||||
// run syncDeps(local, version)
|
||||
// run lerna publish with version
|
||||
Reference in New Issue
Block a user