From 31ab2cf5738c39d791aa799b6b85e8dd3b168195 Mon Sep 17 00:00:00 2001 From: Matt Hogstrom Date: Thu, 26 Oct 2023 05:52:19 -0400 Subject: [PATCH 1/2] Changed IP address 140.82.114.4 to github.com in build configuration file Signed-off-by: Matt Hogstrom Signed-off-by: Matt Hogstrom --- build/zss.proj.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/zss.proj.env b/build/zss.proj.env index d05de0fc..cded0147 100644 --- a/build/zss.proj.env +++ b/build/zss.proj.env @@ -3,9 +3,9 @@ VERSION=2.12.0 DEPS="QUICKJS LIBYAML" QUICKJS="quickjs" -QUICKJS_SOURCE="git@140.82.114.4:joenemo/quickjs-portable.git" +QUICKJS_SOURCE="git@github.com:joenemo/quickjs-portable.git" QUICKJS_BRANCH="main" LIBYAML="libyaml" -LIBYAML_SOURCE="git@140.82.114.4:yaml/libyaml.git" +LIBYAML_SOURCE="git@github.com:yaml/libyaml.git" LIBYAML_BRANCH="0.2.5" From f07ab96673a912bbb383a5a0cbe75e214075ca37 Mon Sep 17 00:00:00 2001 From: Matt Hogstrom Date: Thu, 26 Oct 2023 07:11:07 -0400 Subject: [PATCH 2/2] Updated changlog with information about Issue #660 Signed-off-by: Matt Hogstrom Signed-off-by: Matt Hogstrom --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40564ff..4312ecf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the ZSS package will be documented in this file. ## Recent Changes +- Bugfix: Corrected build environment file's use of IP address to github.com (#660) ## `2.10.0` - This action making a CHANGELOG note via special syntax from the GitHub PR commit message, like it could automatically update CHANGELOG.md with the message. First job checks if PR body has changelog note or not if it's not there then it asked them to add it and second job is to check if changelog note has been added in changelog.md file or not. (#636)