Release notes for docmd 0.6.1 release
This is a hotfix release addressing pipeline publication issues and a critical runtime error in the plugin installer introduced in 0.6.0.
🐛 Bug Fixes
🚀 CI/CD NPM Publisher
- Monorepo Workspaces: Fixed a major bug in the
docmd Release to NPMGitHub Actions workflow wherenpm publishinterpreted package paths as GitHub remote repositories. - Fail-Safe Publishing: Completely overhauled the publisher to robustly handle partial updates (e.g. ignoring
EPRIVATEpackages and safely skipping already-published packages) without failing the release pipeline.
🔌 Plugin Installer (Runtime)
- Missing Registry: Resolved a critical
MODULE_NOT_FOUNDerror that crasheddocmd buildon user sites. Theregistry/plugins.jsondatabase was inadvertently excluded from the published NPM tarball, causing imports to fail in production. - Explicit Whitelisting: Added the
registryfolder to the"files"array in@docmd/plugin-installer’spackage.json, ensuring the registry data is properly bundled in all future NPM releases.