Continue renaming code from GitHub to Git

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-04-29 12:03:56 +02:00
parent 19e6ebc1f2
commit 7a61ec487c
6 changed files with 17 additions and 19 deletions
+4 -4
View File
@@ -82,8 +82,8 @@ createDevApp()
successCb: ({
comparisonUrl,
createdTag,
gitHubReleaseName,
gitHubReleaseUrl,
gitReleaseName,
gitReleaseUrl,
previousTag,
}) => {
// eslint-disable-next-line no-console
@@ -91,8 +91,8 @@ createDevApp()
'Custom success callback for Create RC',
comparisonUrl,
createdTag,
gitHubReleaseName,
gitHubReleaseUrl,
gitReleaseName,
gitReleaseUrl,
previousTag,
);
},