summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2017-07-22 09:39:42 -0700
committerRalph Giles <giles@thaumas.net>2017-07-22 09:42:03 -0700
commit88502ee7874bcb072c24114e8ee19da4d9a47fba (patch)
tree63da9d4c7276d60515ea5e9e94289ec2716d128a
parent6192354e8059784de723767204c09450c36cee28 (diff)
downloadlibvorbis-git-88502ee7874bcb072c24114e8ee19da4d9a47fba.tar.gz
Update release checklist for the transition to git.
The tagging method is different now that our main repository is in git instead of subversion.
-rw-r--r--doc/release.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release.txt b/doc/release.txt
index a9038681..38d90d71 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -4,12 +4,12 @@ libvorbis release checklist.
- Bump release version and sonames in configure.ac
- Update CHANGES.
- Update overall copyright dates on COPYING and README.
-- Verify 'make distcheck' works.
- Verify everything is committed.
-- Tag release:
- svn cp https://svn.xiph.org/trunk/vorbis https://svn.xiph.org/tags/vorbis/libvorbis-x.y.z
+- Tag release: `git tag -S v1.x.y` Paste the CHANGES entry as a tag msg.
+- Verify 'make distcheck' works.
+- Publish the tag: `git push --tags`
- Copy source packages to a checkout of https://svn.xiph.org/releases/vorbis/
-- Add them to the repo and update checksum files there.
+- Add the packages to the repo and update checksum files there.
- Update https://xiph.org/downloads/
- Update topic in the #vorbis irc channel on freenode.net.
- Post announcement to https://xiph.org/press/ and link from front page.