diff options
Diffstat (limited to 'Software')
-rw-r--r-- | Software/PulseAudio/Documentation/Maintainer.mdwn | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Software/PulseAudio/Documentation/Maintainer.mdwn b/Software/PulseAudio/Documentation/Maintainer.mdwn index c76d9bcb..ac4b2f5d 100644 --- a/Software/PulseAudio/Documentation/Maintainer.mdwn +++ b/Software/PulseAudio/Documentation/Maintainer.mdwn @@ -116,7 +116,7 @@ Check what files have been added. Are they all included in the tarball? ### pulseaudio - scp pulseaudio-*.tar.* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/releases + scp build/meson-dist/pulseaudio-*.tar.* annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/releases ### pavucontrol @@ -129,7 +129,6 @@ Check what files have been added. Are they all included in the tarball? --- ## Push the tag - git push origin master git push origin v4.99.1 --- @@ -165,8 +164,8 @@ Proofreading the release notes at this point is a good idea too. --- ## (final release only) Refresh the online Doxygen documentation - make doxygen - rsync -av --delete-after doxygen/html/ annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/doxygen/ + ninja -C build doxygen + rsync -av --delete-after build/doxygen/html/ annarchy.freedesktop.org:/srv/www.freedesktop.org/www/software/pulseaudio/doxygen/ --- ## (final release only) Rebase and push the contents from the "next" branch to "master" |