Releases: org-not-included/py-github-helper
Releases · org-not-included/py-github-helper
v0.2.3 Added Badges/Cleaned Readme
Goal:
Cleaner README.md
with badges to highlight repo details
v0.2.2 PyPi Package Integration
Goal:
Clean up any bugs when importing pypi package:
from py_github_helper.utils.commands import (
get_files_changed_during_pr,
add_comment
)
v0.2.2-a.1
Fixes issue with init.py
when running from py_github_helper.commands import add_comment
v0.2.1
Update PyPi
Package's setup.py
to reference py_github_helper
(snake_case) rather than kebab-case
V0.2: CLI and Python Module Support
Users can now use the tool in two ways:
- Pass input args via command line (in bash scripts)
- Import functions and invoke directly (in python scripts)
V0.1.14
Remove excess logging
v0.1.13
More logging
v0.1.12
printing more info to help debug dbt_table_diff
v0.1.11
Added fallback functionality to look for secrets/gh_keyfile.json
if token and username not set
v.0.1.10
added get_files_changed_during_pr
function