dbt-starrocks
dbt-starrocks copied to clipboard
How does version release getting done here?
How does version release getting done in this repo? Could not find any tags / releases in the repo? How could I find which version one PR has affected by looking at the repo itself?
It's a good question. We need to set the verion in init.py manually, or with tag dynamically.
cc @chris-celerdata
Currently, version releasing is done manually. Setting up a workflow for automatically tagging, creating a Changelog.md and version releases on PyPi or Github would be helpful.