Skip to content

Commit

Permalink
feat(automated release chain): wip
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Apr 20, 2018
1 parent b5ccb11 commit b03857b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chore/scripts/release.js
Expand Up @@ -17,11 +17,11 @@ process.env.DEBUG = config.debugMode

console.info('Start release'.gray)
return Promise.resolve()
//.then(() => ciCheck())
// .then(() => refresh())
//.then(() => build())
//.then(() => changelog())
.then(() => ciCheck())
.then(() => refresh())
.then(() => build())
.then(() => changelog())
.then(() => versionBump())
//.then(() => releaseGithub())
//.then(() => releaseNpm())
.then(() => releaseGithub())
.then(() => releaseNpm())
.catch((err) => console.info('release error'.red, err.red))

0 comments on commit b03857b

Please sign in to comment.