Skip to content

Commit

Permalink
Merge pull request #5070 from VladimirSlavik/master-changelog-transla…
Browse files Browse the repository at this point in the history
…tions

infra: Don't add translation update to changelog
  • Loading branch information
VladimirSlavik authored Sep 5, 2023
2 parents 9ac01e5 + b4319c9 commit f6d30ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6d30ec

Please sign in to comment.