Simplify the RELEASING steps based on current release.sh.
authorEric Anholt <eric@anholt.net>
Wed, 20 Jul 2016 19:24:00 +0000 (12:24 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 25 Jul 2016 01:36:34 +0000 (18:36 -0700)
commitf19cd3a52827a2368040649c2fc5e7e75db10d08
treef36d605e381df54b9ecc972591ce1499ea1214da
parent0caa84cb046156b9b2ca248d32af9548b04316e1
Simplify the RELEASING steps based on current release.sh.

Since release.sh creates and pushes a libdrm-$VERSION tag for us,
there's no need to also have the user manually generating a $VERSION
tag as well.

I also dropped the "optional" part of distcheck.  You shouldn't have
pushed master with a version bump that hasn't passed distcheck.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
RELEASING