We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f7b9b commit 683c488Copy full SHA for 683c488
docs/Release-Workflow.md
@@ -36,7 +36,7 @@ The workflow consists of three main jobs:
36
- Packages are published to npm sequentially (logger → fs → builder → server → project)
37
- **Strategy**: Sequential execution (`max-parallel: 1`) to ensure dependencies exist before dependents
38
39
-### 3. Publish CLI Job
+### 3. `publish-cli` Job
40
- **Trigger**: After all other packages are published
41
- **Purpose**: Generate `npm-shrinkwrap.json` and publish the CLI package
42
- **Dependency**: Requires all other packages to be available on npm registry
0 commit comments