From cdf9ccaa9be271fce3616fa2f6f680a170dd917e Mon Sep 17 00:00:00 2001 From: "Timothy B. Terriberry" <tterribe@xiph.org> Date: Wed, 21 Sep 2016 10:12:37 -0700 Subject: [PATCH] Update release checklist for README.md. --- doc/release.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/release.txt b/doc/release.txt index f9e5e06..d55e81d 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -36,11 +36,11 @@ Win32 binaries: - make && make check && make -C doc/latex - Add api docs to opus-codec.org. - mkdir opusfile-${version}-win32 -- Copy AUTHORS COPYING README.txt include/opusfile.h to the release dir. -- Merge changes between README.txt and the version in the last +- Copy AUTHORS COPYING README.md include/opusfile.h to the release dir. +- Merge changes between README.md and the version in the last binary release. E.g. it's good to include versions of the dependencies, release notes, etc. -- Convert README.txt to DOS line endings. +- Convert README.md to DOS line endings. - Copy .libs/libopusfile-0.dll to the release dir. - Copy .libs/libopusfile.a to the release dir. - Copy .libs/libopusfile.dll.a to the release dir. (May not be needed?) -- GitLab