Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 5beffaa

Browse files
Add documentation for deploying new compiler versions
1 parent f3f5556 commit 5beffaa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deployments.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Deploying Closure Compiler to NPM
2+
3+
1. Update the compiler submodule pointer to the tagged release.
4+
2. Update the package version number in `package.json`. The major version should be equal to the compiler version
5+
and the minor and patch numbers should be `0`. Example: 20160619.0.0.
6+
3. Commit the changes from steps 1 & 2 and tag the commit.
7+
4. Push the changes and tag. If the tests all pass, Travis-CI will automatically publish the new release to the
8+
npm registry.

0 commit comments

Comments
 (0)