From 2a70af76f6963135f3a41057c064f90dcdcb65b2 Mon Sep 17 00:00:00 2001
From: thevickypedia Navigation
Get release notes or commit history from GitHub
and format it into reStructuredText
/Markdown
files.
pip install gitverse
@@ -68,6 +69,11 @@ Release Notes (Tags)gitverse-release
+:bulb: Tries to get release notes, via GitHub API call.
+If failed, uses the commit message as notes for the associated release.
+This feature optionally takes GIT_TOKEN
as an environment variable if it is generated for a personal repo.
+
Generate commit history from git log
Get release notes via git api.
+Returns release notes in the form of release version and description as key-value pairs gathered via GitHub API.
+Dict[str, List[str]]
+Run the git command.