Files
openclaw/scripts
Tabula Myriad b7130bfe7a feat: Add comprehensive NPM publish workflow
- scripts/npm-publish.sh: Orchestration script for full publish workflow
  - Commands: full, version, changelog, build, test, publish, verify, rollback, auth
  - Options: --beta, --dry-run, --force, --verbose
  - Docker test container integration
  - NPM authentication verification
  - Version bump via npm-publish.mjs
  - Changelog generation from git commits
  - Pre-publish validation (lint, type check, build, tests)
  - Publication verification on npmjs.com

- Dockerfile.npm-test: Minimal Docker container for publish validation
  - Node.js 22-alpine base
  - pnpm for dependency management
  - Dry-run publish test
  - Build verification

- docs/npm-publish.md: Complete workflow documentation
  - Quick start guide
  - Versioning scheme (CalVer)
  - Workflow steps detailed
  - Rollback procedures
  - Security best practices
  - Troubleshooting guide

Enhances existing npm-publish.mjs with shell orchestration layer.
2026-03-24 03:17:28 -04:00
..
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-31 21:29:14 +09:00
2026-01-30 03:16:21 +01:00