From 048bf2ec0cf2798b41d87a27d38ea5d02f236ba7 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 17 Oct 2012 10:45:55 -0700 Subject: [PATCH] record what to do when releasing for my feeble memory Ignore-this: 35d31f1c221ab6be43949d610a9db279 darcs-hash:20121017174555-76d51-a679a1f3270cf781ce1d826e289cad5bbce58502 --- RELEASING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 RELEASING diff --git a/RELEASING b/RELEASING new file mode 100644 index 0000000..c8539d8 --- /dev/null +++ b/RELEASING @@ -0,0 +1,14 @@ +On each release: +* update NEWS +* bump the version number in the .cabal file (including in the "this" repository spec) +* cabal upload a release tarball +* darcs tag with the version number + +To build a release tarball: +cabal configure && ./dist/setup/setup sdist +tar xf dist/encoding-version.tar.gz +rm -r encoding-version/dist +tar cf dist/encoding-version.tar encoding-version +rm -r encoding-version +gzip -f dist/encoding-version.tar +cabal upload dist/encoding-version.tar