encoding/RELEASING
Daniel Wagner f679a9eb63 update RELEASING script to gzip at the same time as tar'ing and to deal with Hackage's no-GNU-tar restriction
Ignore-this: 6820ea6cb52138b3e39d579abb174d43

darcs-hash:20140707185311-7469c-6c9b30eb0ee847791c52573eb745fa23d5c76afd
2014-07-07 11:53:11 -07:00

15 lines
458 B
Plaintext

On each release:
* update CHANGELOG
* 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 --format=ustar -czf dist/encoding-version.tar.gz encoding-version
rm -r encoding-version
cabal upload dist/encoding-version.tar