RELEASING: Note how to upload the changelog

This commit is contained in:
Bryce Harrington 2015-10-28 22:15:54 -07:00
parent 247ef2bd63
commit 62ceb0abd9

View file

@ -113,7 +113,10 @@ Here are the steps to follow to create a new cairo release:
If for some reason you lost this message, "make release-publish-message"
prints it for you.
scp ChangeLog.xxx cairographics.org:releases/ChangeLog.X.Y.Z
Upload the incremental ChangeLog generated by the above:
scp ChangeLog.cache-X.Y.Z-1.. \
cairographics.org:/srv/cairo.freedesktop.org/www/releases/ChangeLog.cairo-X.Y.Z
7) Increment cairo_version_micro to the next larger (odd) number in
cairo-version.h, commit, and push.