Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update GitHub Actions publish workflow to automatically create GitHub Releases #1803

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

pdecat
Copy link

@pdecat pdecat commented Mar 19, 2025

Important

Updates GitHub Actions workflow to automate GitHub Releases creation after VS Code Marketplace publishing.

  • GitHub Actions Workflow:
    • Updates marketplace-publish.yml to automatically create GitHub Releases after publishing to VS Code Marketplace.
    • Adds a step to extract changelog content for the current version from CHANGELOG.md.
    • Uses gh release create to create a release with the extracted changelog or a default message if extraction fails.
  • Changeset:
    • Adds automatic-releases-publish.md to document the workflow update as a patch for roo-cline.

This description was created by Ellipsis for 96ca676. It will automatically update as commits are pushed.

@pdecat pdecat requested review from mrubens and cte as code owners March 19, 2025 09:28
Copy link

changeset-bot bot commented Mar 19, 2025

🦋 Changeset detected

Latest commit: 96ca676

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
roo-cline Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Mar 19, 2025
Copy link
Collaborator

@mrubens mrubens left a comment

Choose a reason for hiding this comment

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

Awesome!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 19, 2025
@mrubens mrubens merged commit d8ab111 into RooVetGit:main Mar 19, 2025
19 checks passed
@pdecat pdecat deleted the ci/github_release branch March 19, 2025 11:42
@mrubens
Copy link
Collaborator

mrubens commented Mar 19, 2025

Looks like it worked! https://github.com/RooVetGit/Roo-Code/releases/tag/v3.9.2

I think it didn't parse the changelog correctly though?

@pdecat
Copy link
Author

pdecat commented Mar 19, 2025

Indeed 😕

@pdecat
Copy link
Author

pdecat commented Mar 19, 2025

Submitted #1810 to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants