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

fix: allow release to be beta #624

Merged
merged 1 commit into from
Apr 15, 2024
Merged

fix: allow release to be beta #624

merged 1 commit into from
Apr 15, 2024

Conversation

nicor88
Copy link
Contributor

@nicor88 nicor88 commented Apr 15, 2024

Description

The current function in setup.py didn't allow to publish semnatic versions with prekind and pre. This of course affected the release of the the adapter for the beta release, consequently the published library was 1.8.0, that is actually not correct.

This PR fix the parsing, purely take from https://github.com/starburstdata/dbt-trino/blob/master/setup.py#L45-L50

Models used to test - Optional

Checklist

  • You followed contributing section
  • You kept your Pull Request small and focused on a single feature or bug fix.
  • You added unit testing when necessary
  • You added functional testing when necessary

@nicor88 nicor88 merged commit 0d32c0c into main Apr 15, 2024
9 checks passed
@nicor88 nicor88 deleted the chore/refactor_release branch April 15, 2024 19:17
@nicor88 nicor88 mentioned this pull request May 13, 2024
4 tasks
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