Skip to content

Conversation

DouglasBlackwood
Copy link

  • poetry-dynamic-versioning default regex doesn't find the version in our tags. It expects something like v0.1.2, but we use 0.1.2 (without the v prefix).
  • PyPI doesn't support the local version in the build name. poetry-dynamic-versioning create something like sql_compare-0.0.0.post1.dev0+fa3962d-py3-none-any.whl, whild PyPI expects something like sql_compare-0.1.7-py3-none-any.whl

- poetry-dynamic-versioning default regex doesn't find the version in our tags. It expects something like `v0.1.2`, but we use `0.1.2` (without the `v` prefix).
- PyPI doesn't support the local version in the build name. poetry-dynamic-versioning create something like `sql_compare-0.0.0.post1.dev0+fa3962d-py3-none-any.whl`, whild PyPI expects something like `sql_compare-0.1.7-py3-none-any.whl`

Change-Id: I09706a16995f06bd8d4ab4ee9b2c47daf304a178
Copy link
Contributor

mergify bot commented May 21, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Changelog requirements

Wonderful, this rule succeeded.
  • any of:
    • -title ~= ^feat
    • label = need changelog
    • label = skip changelog

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

@mergify mergify bot requested a review from a team May 21, 2025 07:14
@mergify mergify bot merged commit 79fda89 into main May 21, 2025
8 checks passed
@mergify mergify bot added the queued label May 21, 2025
@mergify mergify bot deleted the devs/DouglasBlackwood/fix-release3/I09706a16995f06bd8d4ab4ee9b2c47daf304a178 branch May 21, 2025 07:36
@mergify mergify bot removed the queued label May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants