Skip to content

Commit 6760c54

Browse files
committed
chore: publish 6.x under 6x tag
1 parent 3dce034 commit 6760c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"prepublishOnly": "npm run build-browser",
106106
"release": "git pull && git push origin master --tags && npm publish",
107107
"release-5x": "git pull origin 5.x && git push origin 5.x && git push origin 5.x --tags && npm publish --tag 5x",
108-
"release-6x": "git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag legacy",
108+
"release-6x": "git pull origin 6.x && git push origin 6.x && git push origin 6.x --tags && npm publish --tag 6x",
109109
"mongo": "node ./tools/repl.js",
110110
"test": "mocha --exit ./test/*.test.js",
111111
"test-deno": "deno run --allow-env --allow-read --allow-net --allow-run --allow-sys --allow-write ./test/deno.js",

0 commit comments

Comments
 (0)