Skip to content

Commit

Permalink
docs: update publishing docs to say latest rather than next for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jun 18, 2021
1 parent 7f31f2e commit 5cbdb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git reset --hard upstream/main
# edit src/package.json wtih new version number
VERSION=`node -e 'console.log(require("./src/package.json").version)'`
echo "About to publish v$VERSION"
bazel run src:pkg.publish -- --tag=next --access=public
bazel run src:pkg.publish -- --tag=latest --access=public
git commit -a -m "release: v$VERSION"
git tag v$VERSION
git push upstream main:main v$VERSION
Expand Down

0 comments on commit 5cbdb76

Please sign in to comment.