Skip to content

Commit fca4001

Browse files
committed
Align TS git tag format to include 'js/' prefix for published packages
1 parent 89fdbac commit fca4001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tag-published-packages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function maybeCreateGitTagForPackage({ name, version }) {
99
return;
1010
}
1111

12-
const tag = `${name}@${version}`;
12+
const tag = `js/${name}@${version}`;
1313

1414
try {
1515
childProcess.execSync(`git rev-parse --verify ${tag}`, { stdio: "ignore" });

0 commit comments

Comments
 (0)