mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
version bump script: add release info to AppStream meta info file
This commit is contained in:
parent
305d61e8dc
commit
a6c3d1f7a5
@ -97,10 +97,16 @@ function update_docs {
|
||||
drake
|
||||
}
|
||||
|
||||
function update_appstream_metainfo {
|
||||
perl -pi -e "s{<releases>\\n}{<releases>\\n <release version=\"${TO}\" date=\"${MANDATE}\"></release>\\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."
|
||||
|
Loading…
Reference in New Issue
Block a user