From 99f69c99c8a5a97dc4564d6c67c92ab3010b2609 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@mozilla.com> Date: Tue, 31 May 2016 17:44:34 -0700 Subject: [PATCH] Mention attaching tarballs to github. Github offers the `git archive` output of each tag as a "release tarball", bypassing the `make dist` process and confusing people who find those download artifacts. Better to at least offer the official releases alongside those. --- doc/release.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release.txt b/doc/release.txt index 58ccee1..787306e 100644 --- a/doc/release.txt +++ b/doc/release.txt @@ -20,6 +20,9 @@ Releases are commited to https://svn.xiph.org/releases/opus/ which propagates to downloads.xiph.org, and copied manually to https://archive.mozilla.org/pub/opus/ +Release packages should also be manually attached to the corresponding +tag on the github mirror https://github.com/xiph/opusfile/releases + Win32 binaries: - Assuming the mingw cross toolchain: -- GitLab