diff options
author | Aki <please@ignore.pl> | 2021-09-29 22:52:49 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-09-29 22:52:49 +0200 |
commit | 760f65d35df281b04d99843958623d99ab35dcaf (patch) | |
tree | 76f6f05695822256bbf8097fa0aa6b5d2a34369b /vorbis/doc/release.txt | |
parent | bdb934044a10bcccdea4ae5e9b067a2e764e0e7f (diff) | |
parent | 74f4b1bc3b627ba4c7e03498234d88cacdfbe97b (diff) | |
download | starshatter-760f65d35df281b04d99843958623d99ab35dcaf.zip starshatter-760f65d35df281b04d99843958623d99ab35dcaf.tar.gz starshatter-760f65d35df281b04d99843958623d99ab35dcaf.tar.bz2 |
Merge commit '74f4b1bc3b627ba4c7e03498234d88cacdfbe97b' as 'vorbis'
Diffstat (limited to 'vorbis/doc/release.txt')
-rw-r--r-- | vorbis/doc/release.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vorbis/doc/release.txt b/vorbis/doc/release.txt new file mode 100644 index 0000000..38d90d7 --- /dev/null +++ b/vorbis/doc/release.txt @@ -0,0 +1,16 @@ +libvorbis release checklist. + +- Bump vendor string for encoder changes in lib/info.c +- Bump release version and sonames in configure.ac +- Update CHANGES. +- Update overall copyright dates on COPYING and README. +- Verify everything is committed. +- 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 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. +- Announce new release to mailing list. |