From 52100fafbdfe6e4c5bf6833be2ba1e43dde60a4b Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Sun, 20 Mar 2016 16:06:59 -0700 Subject: [PATCH] Remove outdated release documentation This seems to live in README.dev.md now. --- doc/release.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 doc/release.md diff --git a/doc/release.md b/doc/release.md deleted file mode 100644 index d0900f83..00000000 --- a/doc/release.md +++ /dev/null @@ -1,25 +0,0 @@ -# How to Release this Library - -Here's what you do: - -## Add the new release to Changes.md - -Add the version number and release date for the new release to the top of -`Changes.md`. Follow the format of existing releases in that file. - -## Run `make release` to create the git tag - -This will create a tag based on the version in configure.ac and push it to the -default remote. - -## Run `make dist` to create a tarball and upload it to GitHub - -Go the [releases page](https://github.com/maxmind/libmaxminddb/releases) and -find the tag you just pushed. Then click "Edit tag". - -You should change the title of the release to describe the highlights of the -release. Then copy the list of changes from Changes.md into main -textarea. Drag the tarball you just created to the "Attach binaries" spot on -the page. Click "Update release" and you're done. - -