Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented May 22, 2025

Description

Another attempt.


Important

Fix changelog generation by removing unnecessary steps in GitHub Actions and updating changeset:version script in package.json.

  • GitHub Actions Workflow:
    • Removed steps for getting version and updating changelog format in changeset-release.yml.
  • Scripts:
    • Updated changeset:version script in package.json to copy CHANGELOG.md to src/ before versioning and back after.
  • Misc:
    • Removed comment in changelog-config.js about needing overwrite_changeset_changelog.py.

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

"build:nightly": "pnpm --filter @roo-code/vscode-nightly vsix",
"publish": "pnpm build && changeset publish && pnpm install --frozen-lockfile",
"changeset:version": "changeset version && pnpm install --frozen-lockfile",
"changeset:version": "cp CHANGELOG.md src/CHANGELOG.md && changeset version && cp -vf src/CHANGELOG.md .",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hack alert.

@cte cte merged commit 22431f0 into main May 22, 2025
10 checks passed
@cte cte deleted the cte/fix-changelog branch May 22, 2025 19:31
@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
SmartManoj pushed a commit to SmartManoj/Raa-Code that referenced this pull request Jun 13, 2025
* Show gemini 2.5 flash prompt cache

* Show gemini 2.5 flash prompt cache

---------

Co-authored-by: Cline Evaluation <[email protected]>
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