
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@qualcomm-ui/changesets-cli
Advanced tools
Changeset automation CLI for conventional commits.
This package streamlines the release process for monorepos by converting conventional commits into changesets, managing versioning, formatting changelogs, and generating combined release notes.
pnpm add -D @qualcomm-ui/changesets-cli
prep-releaseRuns the full release-prep pipeline sequentially:
qui-changesets prep-release [options]
| Option | Description | Default |
|---|---|---|
--in-steps | Pause after each step and wait for confirmation | false |
--commit-sha <sha> | Diff each package against the target commit instead of the repository's base branch | |
--include-commit-links | Embed commit hashes in changeset summaries for changelog links | false |
--package-manager <command> | Package manager command to use for changeset version | pnpm |
--config <path> | Path to the changesets config file, relative to the project root | .changeset/config.json |
changeset-generateGenerates changesets from conventional commits without running the full pipeline.
qui-changesets changeset-generate [options]
| Option | Description | Default |
|---|---|---|
--commit-sha | Diff each package against the target commit instead of the repository's base branch | false |
--include-commit-links | Embed commit hashes in changeset summaries for changelog links | false |
--config <path> | Path to the changesets config file, relative to the project root | .changeset/config.json |
consolidate-changelogsNormalizes and reformats all changed CHANGELOG.md files into a consistent structure.
qui-changesets consolidate-changelogs
generate-release-notesGenerates combined release notes from changed package changelogs, separating substantive changes from dependency-only updates.
qui-changesets generate-release-notes
check-versionsChecks which packages have newer local versions than what is published on npm. Sets a should-publish GitHub Actions output.
qui-changesets check-versions [options]
| Option | Description | Default |
|---|---|---|
--config <path> | Path to the changesets config file, relative to the project root | .changeset/config.json |
create-github-releasesCreates GitHub releases for published packages by parsing their changelogs.
qui-changesets create-github-releases [options]
| Option | Description | Default |
|---|---|---|
--token <token> | GitHub token for authentication (falls back to TOKEN or GITHUB_TOKEN env vars) | |
--repo <owner/repo> | GitHub repository in owner/repo format | Derived from git remote |
--config <path> | Path to the changesets config file, relative to the project root | .changeset/config.json |
The package also exports core functions for use in scripts:
import {
conventionalCommitChangeset,
consolidateChangelogs,
generateReleaseNotes,
} from "@qualcomm-ui/changesets-cli"
Licensed under the BSD-3-Clause-Clear License.
FAQs
Changeset automation CLI for conventional commits
The npm package @qualcomm-ui/changesets-cli receives a total of 148 weekly downloads. As such, @qualcomm-ui/changesets-cli popularity was classified as not popular.
We found that @qualcomm-ui/changesets-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.