Skip to content

Releases: org-not-included/py-github-helper

v0.2.6 Fix Issues created in 0.2.4 [part 2]

13 May 19:24

Choose a tag to compare

Ensure py_github_helper prints the response

v0.2.5 Fix Issues created in 0.2.4

13 May 19:18

Choose a tag to compare

Resolve issues with arg_parser introduced in v0.2.4

v0.2.4 Added Logging Levels

13 May 19:03

Choose a tag to compare

Changes:

  • Change print()s to logging.debug()
  • Adding -v and -vv flags
    • optionally print INFO and DEBUG level logs
    • defaults to ERROR level logs
      Reasoning:
      Print statements include headers, which can contain secrets.
      This package not print headers to console by default.

v0.2.3 Added Badges/Cleaned Readme

12 Sep 14:16

Choose a tag to compare

Goal:
Cleaner README.md with badges to highlight repo details

v0.2.2 PyPi Package Integration

05 Sep 15:03

Choose a tag to compare

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

05 Sep 14:07

Choose a tag to compare

v0.2.2-a.1 Pre-release
Pre-release

Fixes issue with init.py when running from py_github_helper.commands import add_comment

v0.2.1

05 Sep 14:00

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

Update PyPi Package's setup.py to reference py_github_helper (snake_case) rather than kebab-case

V0.2: CLI and Python Module Support

04 Sep 05:29

Choose a tag to compare

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

11 Aug 19:44

Choose a tag to compare

Remove excess logging

v0.1.13

11 Aug 17:32

Choose a tag to compare

More logging