Skip to content

Conversation

@m1so
Copy link
Member

@m1so m1so commented Oct 20, 2025

https://pypi.org/project/deepnote-sqlalchemy-redshift/#history 🎉

Summary by CodeRabbit

  • Chores
    • Updated version pattern configuration in project build settings.

@m1so m1so requested a review from mfranczel October 20, 2025 15:58
@coderabbitai
Copy link

coderabbitai bot commented Oct 20, 2025

📝 Walkthrough

Walkthrough

The pyproject.toml file was updated to add a configuration parameter for uv-dynamic-versioning. Specifically, pattern = "default-unprefixed" was added under the [tool.uv-dynamic-versioning] section. This change modifies how the dynamic versioning tool resolves version patterns during the build process.

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "fix: Publish package without prefixing tag with v" directly corresponds to the main change in this PR. The modification to pyproject.toml adds pattern = "default-unprefixed" to the uv-dynamic-versioning configuration, which is precisely the mechanism that enables publishing without the v prefix on version tags. The title is specific, concise, and clearly conveys the intent and outcome of the changeset without being vague or overly broad.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d3a1e87 and 3015601.

📒 Files selected for processing (1)
  • pyproject.toml (1 hunks)
🔇 Additional comments (1)
pyproject.toml (1)

47-51: Configuration is correct.

The pattern = "default-unprefixed" setting is the recommended preset for matching unprefixed tags. Existing repository tags (0.1.0 through 0.8.0+) already follow this convention. No changes needed.


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

@m1so m1so merged commit 3ad7881 into main Oct 20, 2025
2 checks passed
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.

3 participants