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

Check if git tag matches Python package tag before releasing #114

Closed
tomasfarias opened this issue Apr 3, 2023 · 0 comments · Fixed by #115
Closed

Check if git tag matches Python package tag before releasing #114

tomasfarias opened this issue Apr 3, 2023 · 0 comments · Fixed by #115
Labels
enhancement New feature or request

Comments

@tomasfarias
Copy link
Owner

The release pipeline is mostly automated. The only manual steps are:

  • Bumping the pyproject.toml version using poetry version
  • Bumping the airflow_dbt_python.__version__ manually.
  • Tagging latest commit.
  • Pushing changes + tag.

However, I sometimes slip up, and we should have checks in place to prevent malformed releases.

In particular, this issue proposes adding a step to the Tagged release GitHub Action to check that the git tag matches airflow_dbt_python.__version__.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant