Skip to content

Commit

Permalink
chore: remove stale todo comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 31, 2022
1 parent 3538f17 commit 0cf9ae6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release.js
Expand Up @@ -199,9 +199,6 @@ async function publishPackage(pkgName, version, runIfNotDry) {
releaseTag = 'rc'
}

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

step(`Publishing ${pkgName}...`)
try {
await runIfNotDry(
Expand Down

0 comments on commit 0cf9ae6

Please sign in to comment.