Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GTNewHorizons/GT-New-Horizons-Modpack
/ functions
Functions
8 in github.com/GTNewHorizons/GT-New-Horizons-Modpack
⨍
Functions
8
◇
Types & classes
0
↓ 2 callers
Function
get_github_issue_title
Fetches the issue title from GitHub
changelog.py:137
↓ 1 callers
Function
add_github_titles
Turns a defaultdict of <github issue #> -> list of commit messages into github issue title -> list of commit messages
changelog.py:114
↓ 1 callers
Function
clean_commit_line
Removes the commit hash from the front of the line (from the git log --oneline output)
changelog.py:109
↓ 1 callers
Function
format_raw_changelog
Takes the raw changelog and formats it as follows: Find all github issues (by #<digits>) Fetch titles for github issues Output: - <Git
changelog.py:56
↓ 1 callers
Function
get_git_log
Gets the git log between two tags. If to_tag=None, defaults to HEAD
changelog.py:49
↓ 1 callers
Function
get_github_issue_number
Returns the github issue number if it exists, otherwise returns the empty string
changelog.py:100
↓ 1 callers
Function
make_changelog_dict
Takes a raw git changelog and returns a dict from github issue # -> list of commits. If there is no github # mentioned, the key is the empty strin
changelog.py:88
↓ 1 callers
Function
update_git_repo
Updates the GT:NH repo from GITHUB_REPO_URL
changelog.py:39