Skip to content

Commit

Permalink
chore: use v2-latest release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 1, 2022
1 parent 326d24a commit 8dc1b31
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 @@ -168,7 +168,7 @@ async function publishPackage(pkgName, version, runIfNotDry) {
if (releaseTag) {
releaseTag = `v2-${releaseTag}`
} else {
releaseTag = 'v2'
releaseTag = 'v2-latest'
}
}

Expand Down

0 comments on commit 8dc1b31

Please sign in to comment.