Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented May 22, 2025

Description

See title.


Important

Fixes changeset version bumping by updating the workflow and npm scripts for correct version management.

  • Behavior:
    • Fixes changeset version bumping by updating the command in changeset-release.yml from pnpm --filter roo-cline version-packages to pnpm changeset:version.
    • Updates publish and changeset:version scripts in package.json to ensure proper version bumping and dependency installation.
  • Scripts:
    • Removes publish and version-packages scripts from src/package.json.
  • Dependencies:
    • Removes @changesets/cli and @changesets/types from src/package.json devDependencies.

This description was created by Ellipsis for b279eef. You can customize this summary. It will automatically update as commits are pushed.

"build": "pnpm --filter roo-cline vsix",
"build:nightly": "pnpm --filter @roo-code/vscode-nightly vsix",
"changeset": "changeset",
"publish": "pnpm build && changeset publish && pnpm install --frozen-lockfile",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea what calls this publish script. I wonder if we can remove it.

@cte cte merged commit 0521163 into main May 22, 2025
10 checks passed
@cte cte deleted the cte/changeset-fixes branch May 22, 2025 18:41
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 22, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 22, 2025
@ellipsis-dev
Copy link
Contributor

ellipsis-dev bot commented May 22, 2025

This PR centralizes changeset version management by:

  1. Moving changeset scripts to root package.json (package.json).
  2. Updating workflow commands to pnpm changeset:version (changeset-release.yml).
  3. Removing @changesets/cli and @changesets/types from src/package.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants