You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short description explaining the high-level reason for the new issue.
Current behavior
$ ~/.local/bin/changelog SigmaHQ sigma
Traceback (most recent call last):
File "/home/lilo/.local/bin/changelog", line 8, in <module>
sys.exit(main())
File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 320, in main
changelog = generate_changelog(**vars(args))
File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 244, in generate_changelog
prs = fetch_changes(
File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 188, in fetch_changes
current_commit = get_last_commit(github_config, owner, repo, branch)
File "/home/lilo/.local/lib/python3.10/site-packages/changelog/__init__.py", line 93, in get_last_commit
raise GitHubError(
changelog.GitHubError: Unable to get commits. Not Found
Expected behavior
Generate changelog :)
Steps to replicate behavior (include URLs)
pip install github-changelog
$ ~/.local/bin/changelog SigmaHQ sigma
Screenshots
The text was updated successfully, but these errors were encountered:
Short description explaining the high-level reason for the new issue.
Current behavior
Expected behavior
Generate changelog :)
Steps to replicate behavior (include URLs)
Screenshots
The text was updated successfully, but these errors were encountered: