You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ You can see the workflow details in `.github/workflows/ci.yml`.
344
344
### CD Workflow (Publishing)
345
345
346
346
The publishing workflow runs when:
347
-
-A change is pushed to the main branch that modifies `package.json` or source code
347
+
-Any change is pushed to the main branch (except documentation & config files)
348
348
- A new GitHub release is created
349
349
- Manually triggered via GitHub Actions interface
350
350
@@ -359,11 +359,11 @@ It performs the following steps:
359
359
To use this workflow, you need to:
360
360
1. Add an `NPM_TOKEN` secret to your GitHub repository settings
361
361
2. Either:
362
-
- Push changes to the main branch (auto-versioning will handle the rest)
362
+
- Push code changes to the main branch (auto-versioning will handle the rest)
363
363
- Manually trigger the workflow from the Actions tab
364
364
- Create a GitHub release
365
365
366
-
The workflow supports automatic version bumping when a version conflict is detected, making continuous delivery seamless.
366
+
The workflow supports automatic version bumping when a version conflict is detected, making continuous delivery seamless without manual version management.
367
367
368
368
You can see the workflow details in `.github/workflows/publish.yml`.
0 commit comments