Skip to content

Commit

Permalink
chore(scripts): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Jan 13, 2020
1 parent f465199 commit ee3b862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function publishPackage(pkgName, version, runIfNotDry) {
const releaseTag =
pkgName === 'vue' ? 'next' : semver.prerelease(version)[0] || 'latest'

// TODO use inferred release channel after offcial 3.0 release
// TODO use inferred release channel after official 3.0 release
// const releaseTag = semver.prerelease(version)[0] || 'latest'

step(`Publishing ${pkg}...`)
Expand Down

0 comments on commit ee3b862

Please sign in to comment.