From b4319c9e90de0f92ec0b96a1a31d787f90a011b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Sl=C3=A1vik?= Date: Wed, 23 Aug 2023 12:21:38 +0200 Subject: [PATCH] infra: Don't add translation update to changelog This is now semi-manual, based on merging PRs. --- .github/workflows/release-from-tag.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-from-tag.yml b/.github/workflows/release-from-tag.yml index b47abe891f0..209f122144f 100644 --- a/.github/workflows/release-from-tag.yml +++ b/.github/workflows/release-from-tag.yml @@ -82,7 +82,6 @@ jobs: # - get lines starting with %changelog, up to but excluding first following empty line # - then drop the first two lines (start at 3rd) which are %changelog and *DATE COMMITTER sed -n '/%changelog/,/^$/{/^$/!p}' anaconda.spec.in | sed -n '3,$ p' | tee release.txt - echo "- Update translations from Weblate" >> release.txt # drop line ending truncate -s -1 release.txt