Skip to content

🔖 new release#626

Merged
cruzdanilo merged 1 commit intomainfrom
changeset-release/main
Jan 8, 2026
Merged

🔖 new release#626
cruzdanilo merged 1 commit intomainfrom
changeset-release/main

Conversation

@cruzdanilo
Copy link
Member

@cruzdanilo cruzdanilo commented Jan 8, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@exactly/server@0.2.48

Patch Changes

Summary by CodeRabbit

  • Bug Fixes
    • Fixed docker image extraction functionality

✏️ Tip: You can customize this high-level summary in your review settings.

@cruzdanilo cruzdanilo requested a review from nfmelendez as a code owner January 8, 2026 17:24
@cursor
Copy link

cursor bot commented Jan 8, 2026

PR Summary

Release: @exactly/server@0.2.48

  • Update CHANGELOG.md with patch note: fix docker image extraction script (61f48cf)
  • Bump package.json version to 0.2.48
  • Remove consumed changeset /.changeset/short-knives-behave.md

Written by Cursor Bugbot for commit 7574bd5. This will update automatically on new commits. Configure here.

@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request releases a patch version for the @exactly/server package (0.2.47 → 0.2.48). A changeset entry documenting a docker image extraction script fix is being consumed, with corresponding updates to the changelog and package manifest version field.

Changes

Cohort / File(s) Summary
Release metadata
.changeset/short-knives-behave.md, server/CHANGELOG.md, server/package.json
Changeset entry removed and release notes added to changelog for version 0.2.48; package version bumped from 0.2.47 to 0.2.48 documenting docker image extraction script fix

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Possibly related PRs

  • 🔖 new release #595: Related release PR that similarly updates @exactly/server release metadata by consuming changeset entries and bumping the package version for a different release.

Suggested reviewers

  • nfmelendez
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

📜 Recent review details

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 61f48cf and 7574bd5.

📒 Files selected for processing (3)
  • .changeset/short-knives-behave.md
  • server/CHANGELOG.md
  • server/package.json

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist
Copy link

Summary of Changes

Hello @cruzdanilo, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents an automated patch release for the @exactly/server package, managed by the Changesets GitHub action. Its primary purpose is to update the package version to 0.2.48 and publish the latest changes, which include a modification to copy a release file into the server image.

Highlights

  • Automated Release: This pull request is an automated release generated by the Changesets GitHub action.
  • Package Version Update: The @exactly/server package version has been incremented from 0.2.47 to 0.2.48.
  • Included Change: The release incorporates a change to copy a release file to the server image.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request is an automated release generated by the Changesets action. It correctly bumps the version of @exactly/server to 0.2.48, updates the CHANGELOG.md with the latest patch change, and removes the corresponding changeset file. The changes are consistent with the standard release process and look good to merge.

@cruzdanilo cruzdanilo force-pushed the changeset-release/main branch from 6f81585 to 7574bd5 Compare January 8, 2026 17:39
@sentry
Copy link

sentry bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.87%. Comparing base (0271876) to head (7574bd5).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #626      +/-   ##
==========================================
- Coverage   54.24%   49.87%   -4.38%     
==========================================
  Files          50       43       -7     
  Lines        7912     7236     -676     
  Branches      644      536     -108     
==========================================
- Hits         4292     3609     -683     
- Misses       3605     3612       +7     
  Partials       15       15              
Flag Coverage Δ
github 49.86% <ø> (-4.26%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments