Skip to content

Commit 9ef778c

Browse files
javorszkyCopilot
andauthored
Update .github/scripts/release-docs.sh
Co-authored-by: Copilot <[email protected]> Signed-off-by: Gabor Javorszky <[email protected]>
1 parent 6f4c97a commit 9ef778c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/release-docs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ if [ "${DEBUG}" != "false" ]; then
7575
fi
7676

7777
echo "INFO: Generating release notes from github draft release"
78-
# shellcheck disable=SC2086
7978
release_notes_content=$("${ROOTDIR}"/.github/scripts/pull-release-notes.py "${ic_version}" "${helm_chart_version}" "${k8s_versions}" "${release_date}")
8079
if [ $? -ne 0 ]; then
8180
echo "ERROR: failed to fetch release notes from GitHub draft release for version ${ic_version}"

0 commit comments

Comments
 (0)