Skip to content

Commit

Permalink
Fix typo in release checklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillian committed Jul 6, 2016
1 parent 87c3f60 commit cbf07c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Source release:
- Verify 'make distcheck' produces a tarball with
the desired name.
- Push tag to public repo.
- Upload source packge 'opusfile-${version}.tar.gz'
- Upload source package 'opusfile-${version}.tar.gz'
to website and verify file permissions.
- Update checksum files on website.
- Update links on <https://www.opus-codec.org/downloads/>.
Expand All @@ -34,7 +34,7 @@ Win32 binaries:
- ./configure --host=i686-w64-mingw32 --prefix=/path/to/builddir/mingw \
PKG_CONFIG_PATH=/path/to/builddir/mingw/lib/pkgconfig
- make && make check && make -C doc/latex
- Add api docs to opus-codec.org
- 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
Expand Down

0 comments on commit cbf07c9

Please sign in to comment.