[RELEASING] Post-mortem

Re https://github.com/harfbuzz/harfbuzz/issues/1271
This commit is contained in:
Behdad Esfahbod 2018-10-19 11:15:35 -07:00
parent 79b6356155
commit 72bb139b80
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ HarfBuzz release walk-through checklist:
Otherwise, fix things and commit them separately before making release, Otherwise, fix things and commit them separately before making release,
Note: Check src/hb-version.h and make sure the new version number is Note: Check src/hb-version.h and make sure the new version number is
there. Sometimes, it does not get updated. If that's the case, there. Sometimes, it does not get updated. If that's the case,
"touch configure.ac" and rebuild. TODO: debug. "touch configure.ac" and rebuild. Also check that there is no hb-version.h
in your build/src file. Typically it will fail the distcheck if there is.
That's what happened to 2.0.0 going out with 1.8.0 hb-version.h... So, that's
a clue.
7. "make release-files". Enter your GPG password. This creates a sha256 hash 7. "make release-files". Enter your GPG password. This creates a sha256 hash
and signs it. and signs it.