### Notes about preparing a release for the monkeysphere ###
* make sure that changelog and packaging/debian/changelog both have
reasonable version numbers.
* have the monkeysphere archive signing key handy!
* create upstream version tag:
git tag -s -m 'Tagging Monkeysphere $whatever' monkeysphere_$version master
* create debian-specific version tag:
git tag -s -m 'Tagging Monkeysphere $whatever-1' monkeysphere_$version-1 debian
* make releasenote
* upload to monkeysphere repo:
(cd ../monkeysphere-docs/repo && reprepro --ignore=wrongdistribution include experimental ../../monkeysphere_$version-1_*.changes)
* upload to debian:
(cd .. && dupload monkeysphere_$version-1_*.changes)
* git push central master debian && git push --tags central master debian
* switch over to monkeysphere-docs, inspect, and then push out those changes.
='/notmuch/'>notmuch
|
Unnamed repository; edit this file 'description' to name the repository. | Jonas Smedegaard |