We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f48e5b commit 1df01aeCopy full SHA for 1df01ae
scripts/bump-package-versions.mjs
@@ -59,7 +59,7 @@ repoTags.forEach((tag) => {
59
const pkgName = `@opentelemetry/${nameParts.join('-')}`;
60
const pkgInfo = publicPkgList.find((pkg) => pkg.name === pkgName);
61
62
- // Assumption: `git tag` rueturs tags from old to new so we care about
+ // Assumption: `git tag` returns tags from old to new so we care about
63
// the last occurrence
64
if (pkgInfo) {
65
pkgInfo.tag = tag;
0 commit comments