build-sys: Update release instructions

I got confused since ostree changed to post-release bumps.  Let's
document the current process here.

Closes: #866
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-07-10 17:10:42 -04:00 committed by Atomic Bot
parent 37a2de7f05
commit a64b222c66

View File

@ -1,5 +1,8 @@
AC_PREREQ([2.63])
dnl To do a release, increment this number, commit, and use git-evtag sign.
dnl To do a release, increment this number, commit, then submit it as a PR
dnl to merge via homu. After that, do `git pull origin && git reset --hard origin/master`.
dnl Then use https://github.com/cgwalters/git-evtag to sign.
dnl Then, git push origin v201X.XX
AC_INIT([rpm-ostree], [2017.7], [walters@verbum.org])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([buildutil])