Skip to content

Commit

Permalink
chore(scripts): fix typo (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 authored and posva committed Jan 13, 2020
1 parent f84ed5b commit 4154cac
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 4154cac

Please sign in to comment.