From 45a8b15b2dd4355bbcba729fc287585392d159ec Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 25 Jan 2023 14:22:44 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c5b6d6..1a280cd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # About +(A fork of the upstram repository because it turns out to not work with the current GitHub API) + This package contains utility scripts to manage: * git tags: add and delete tags using (1) a canonical format and (2) some controls From 1df57a5c2fc7170205bf0ecd52b3a608bf24ff03 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 25 Jan 2023 14:30:00 -0700 Subject: [PATCH 2/2] Remove target_commitish from request message --- github_release_api.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/github_release_api.sh b/github_release_api.sh index 5d91420..b27dad8 100755 --- a/github_release_api.sh +++ b/github_release_api.sh @@ -353,7 +353,6 @@ function createRelease(){ cat <