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

Commit c18ee02

Browse files
[skip ci] update deployment instructions
1 parent a5e126d commit c18ee02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deployments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
*You now need yarn installed: https://yarnpkg.com/en/docs/install*
44

5-
## Deploying new releases of the main compiler
5+
Workflows now automatically check for and create new releases daily based from tags
6+
on the main compiler repo.
7+
8+
## Manually deploying new releases of the main compiler
69

710
1. Run the [Compiler release workflow](https://github.com/google/closure-compiler-npm/actions/workflows/release.yml)
811
* For the `COMPILER_VERSION_NUMBER` input, use the actual version number here without the `v`.
12+
* If you do not provide a version number, the workflow will use the oldest version tag that is newer than the current package major version.
913
2. Verify the workflow runs successfully. It will push the release commit and tag.
1014
3. Verify the new version published to npm.
1115

0 commit comments

Comments
 (0)