From a6c3d1f7a569675d8b044b60705fbf581b41ba9d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 19 Aug 2018 20:43:51 +0200 Subject: [PATCH] version bump script: add release info to AppStream meta info file --- tools/development/bump_version_set_code_name.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/development/bump_version_set_code_name.sh b/tools/development/bump_version_set_code_name.sh index 7eca8640a..c205dff5b 100755 --- a/tools/development/bump_version_set_code_name.sh +++ b/tools/development/bump_version_set_code_name.sh @@ -97,10 +97,16 @@ function update_docs { drake } +function update_appstream_metainfo { + perl -pi -e "s{\\n}{\\n \\n}" \ + share/metainfo/org.bunkus.mkvtoolnix-gui.appdata.xml +} + update_news update_files update_debian_changelog update_spec +update_appstream_metainfo update_docs echo "Done setting the new version."