We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The release pipeline is mostly automated. The only manual steps are:
pyproject.toml
poetry version
airflow_dbt_python.__version__
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__.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The release pipeline is mostly automated. The only manual steps are:
pyproject.toml
version usingpoetry version
airflow_dbt_python.__version__
manually.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__
.The text was updated successfully, but these errors were encountered: