summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-11-07 13:34:43 -0800
committerRalph Giles <giles@thaumas.net>2017-11-07 13:34:43 -0800
commitc1daa80c20245c308f26add56991e36fd8954933 (patch)
tree3bde03ad65f459eb129cf20a282928a6fa4dde97
parente006f67f3e4b35d7bb12e57b258067b4c9c9c76c (diff)
downloadogg-git-c1daa80c20245c308f26add56991e36fd8954933.tar.gz
Add a release checklist.
-rw-r--r--doc/release.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/release.txt b/doc/release.txt
new file mode 100644
index 0000000..c823222
--- /dev/null
+++ b/doc/release.txt
@@ -0,0 +1,28 @@
+= Release checklist =
+
+Source release:
+
+- Update CHANGES with notable specifics.
+- Update version and LIB_* API soname suffix in configure.ac.
+ - If the source code changed, incremement REVISION.
+ - If interfaces changed, increment CURRENT and zero REVISION.
+ - If interfaces were added, increment AGE.
+ - If interfaces were removed, set AGE to zero.
+- Update the version and release date in doc/libogg/*.html.
+- Check for uncommitted changes to master.
+- Tag the release commit with 'git tag -s vN.M'.
+ - Include release notes in the tag annotation.
+- Verify 'make distcheck' produces a tarball with the desired name.
+- Push tag to public repo.
+- Upload source package 'libogg-${version}.tar.gz' et al.
+ to the website and verify file permissions.
+- Update checksum files on website.
+- Update links on <https://www.opus-codec.org/downloads/>.
+- Add a copy of the documentation to <https://xiph.org/ogg/docs/>
+ and update the links.
+
+Releases are commited to https://svn.xiph.org/releases/ogg/
+which propagates to downloads.xiph.org.
+
+Release packages should also be manually attached to the corresponding
+tag on the github mirror https://github.com/xiph/ogg/releases