encoding/RELEASING
Daniel Wagner 1c3ac37dfb blurgh, it's code.haskell.org not community.haskell.org
Ignore-this: 17c564f131e17631d0b07463246afd83

darcs-hash:20121017174928-76d51-e9219915e36318d42e367dd5d4fd1060e96efb44
2012-10-17 10:49:28 -07:00

16 lines
467 B
Plaintext

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