Skip to content

Commit

Permalink
Fix #6913
Browse files Browse the repository at this point in the history
  • Loading branch information
silasary committed Dec 3, 2019
1 parent 030d288 commit e38a471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev.py
Expand Up @@ -305,6 +305,7 @@ def ready(args: List[str]) -> None:

def release(args: List[str]) -> None:
safe_push(args)
check(args)
pull_request(args)

def find_files(needle: str = '', file_extension: str = '') -> List[str]:
Expand Down

0 comments on commit e38a471

Please sign in to comment.