iblrig.version_management.get_changelog
- iblrig.version_management.get_changelog()[source]
Retrieve the changelog for the iblrig installation.
This function retrieves and caches the changelog for the iblrig installation based on the current Git branch. If the changelog is already cached, it returns the cached value. If not, it attempts to fetch the changelog from the GitHub repository or read it locally if the remote fetch fails.
- Returns:
The changelog for the iblrig installation.
- Return type:
Notes
This method relies on the presence of a CHANGELOG.md file either in the repository or locally.