Automates the end-to-end publishing process for packages using pnpm changesets and 1Password OTP integration.
This skill streamlines the release workflow for OrionJS and other pnpm-based monorepos by managing the entire lifecycle from uncommitted changes to npm publication. It automatically handles git commits, generates patch changesets, bumps versions, retrieves one-time passwords from 1Password via the CLI, and pushes updates to the registry. By enforcing strict patch-level versioning, it ensures a consistent and error-free deployment process for library maintainers.
主要功能
01Multi-package publishing support via pnpm
02Automated git commit and changeset creation
0347 GitHub stars
04Secure 1Password OTP retrieval for npm publishing
05Strict enforcement of patch-level versioning
06Integrated version management and git tagging
使用场景
01Ensuring consistent versioning across multiple package dependencies
02Streamlining CI/CD workflows for monorepo environments
03Releasing bug fixes and minor updates to npm packages