GNOME MultiWriter Release Notes

 * Write NEWS entries in the same format as usual.

git log --format="%s" GNOME_MULTI_WRITER_3_28_0.. | grep -i -v trivial | grep -v Merge | uniq
Add any user visible changes into ../data/appdata/org.gnome.MultiWriter.appdata.xml.in

 * Commit changes in git:

git commit -a -m "Release version 3.30.0"
git tag -s GNOME_MULTI_WRITER_3_30_0 -m "==== Version 3.30.0 ===="
ninja dist
git push --tags
git push

 * Upload tarballs and install module

scp meson-dist/*.tar.xz rhughes@master.gnome.org:
ssh rhughes@master.gnome.org
ftpadmin install gnome-multi-writer-*.tar.xz

 * Do post release version bump in meson.build

git commit -a -m "trivial: Post release version bump"
git push
