Skip to content

chore: add drizzle-utils release#882

Merged
CatchMe2 merged 2 commits intomainfrom
add-drizzle-utils-release
Feb 23, 2026
Merged

chore: add drizzle-utils release#882
CatchMe2 merged 2 commits intomainfrom
add-drizzle-utils-release

Conversation

@CatchMe2
Copy link
Copy Markdown
Contributor

@CatchMe2 CatchMe2 commented Feb 23, 2026

Changes

This PR adds drizzle utils release.

Checklist

  • Apply one of following labels; major, minor, patch or skip-release
  • I've updated the documentation, or no changes were necessary
  • I've updated the tests, or no changes were necessary

AI Assistance Tracking

We're running a metric to understand where AI assists our engineering work. Please select exactly one of the options below:

Mark "Yes" if AI helped in any part of this work, for example: generating code, refactoring, debugging support,
explaining something, reviewing an idea, or suggesting an approach.

  • Yes, AI assisted with this PR
  • No, AI did not assist with this PR

Summary by CodeRabbit

  • Chores
    • Updated CI/CD infrastructure for automated package releases
    • Updated development dependencies to latest compatible versions

@CatchMe2 CatchMe2 added the patch label Feb 23, 2026
@CatchMe2 CatchMe2 requested a review from a team as a code owner February 23, 2026 11:15
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 23, 2026

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'tools'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Walkthrough

This PR introduces a release workflow for the drizzle-utils package and updates a devDependency version. A new release job is added to enable automatic publishing of @lokalise/drizzle-utils when changes are detected in the package directory.

Changes

Cohort / File(s) Summary
Release Workflow Configuration
.github/workflows/release.yml
Added a new release job for the drizzle-utils package that triggers automatically when files in packages/app/drizzle-utils/ are modified, publishing to @lokalise/drizzle-utils.
Package Dependencies
packages/app/drizzle-utils/package.json
Updated rimraf devDependency from ^6.0.1 to ^6.1.3.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: add drizzle-utils release' clearly summarizes the main change: adding a release workflow for the drizzle-utils package.
Description check ✅ Passed The pull request description follows the required template structure with all sections completed: Changes section describes the update, all checklist items are marked complete, and AI assistance tracking is indicated.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch add-drizzle-utils-release

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

Co-authored-by: Igor Savin <iselwin@gmail.com>
Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/release.yml:
- Around line 252-266: The job display name is incorrect: the job
"drizzle-utils" is labeled "Release error-utils"; update the name field in that
job (the line starting with name: Release error-utils) to correctly reflect the
package, e.g., "Release drizzle-utils" or "Release `@lokalise/drizzle-utils`", so
the job name matches the job id "drizzle-utils" and the package_name
'@lokalise/drizzle-utils'.

ℹ️ Review info

Configuration used: Repository: lokalise/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between caaa5a1 and 07b3abc.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • packages/app/drizzle-utils/package.json

@CatchMe2 CatchMe2 merged commit e90d772 into main Feb 23, 2026
5 checks passed
@CatchMe2 CatchMe2 deleted the add-drizzle-utils-release branch February 23, 2026 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants