@getcodesentinel/codesentinel 1.3.6 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -209,6 +209,7 @@ This keeps package-level facts local while still surfacing meaningful transitive
|
|
|
209
209
|
## Release Automation
|
|
210
210
|
|
|
211
211
|
- Pull requests to `main` run build and tests via `.github/workflows/ci.yml`.
|
|
212
|
+
- Pull requests and release runs also validate the packed CLI artifact (`npm pack`) with install/execute smoke checks before publish.
|
|
212
213
|
- Merges to `main` run semantic-release via `.github/workflows/release.yml`.
|
|
213
214
|
- semantic-release bumps `packages/cli/package.json`, creates a GitHub release, publishes to npm, and pushes the version-bump commit back to `main`.
|
|
214
215
|
- Dependabot is configured monthly in `.github/dependabot.yml` for npm and GitHub Actions updates.
|