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 5853774 commit 870afb5Copy full SHA for 870afb5
deployments.md
@@ -1,8 +1,12 @@
1
# Deploying Closure Compiler to NPM
2
3
1. Update the compiler submodule pointer to the tagged release.
4
+ * change to the '/compiler' folder
5
+ * `git checkout` the correct tag/commit
6
+ * change back to the root folder and commit this change
7
2. Update the package version number in `package.json`. The major version should be equal to the compiler version
8
and the minor and patch numbers should be `0`. Example: 20160619.0.0.
9
+ 3. Run the tests: `npm install && npm test`.
10
3. Commit the changes from steps 1 & 2 and tag the commit.
11
4. Push the changes and tag. If the tests all pass, Travis-CI will automatically publish the new release to the
12
npm registry.
0 commit comments