We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--tag latest
1 parent e280616 commit ccfc4caCopy full SHA for ccfc4ca
version.sh
@@ -3,4 +3,4 @@
3
# x.x.x-date-yyyy.mm.dd
4
npm version 1.0.0-date-$(date +%Y.%m.%d)
5
6
-npm publish --access public --dry-run
+npm publish --access public --dry-run --tag latest
0 commit comments