blob: 3c7ded54795cde9a369b4c2ca52325a122a43e6d (
plain)
- ### Notes about preparing a release for the monkeysphere ###
- * make sure that packaging/debian/changelog has a reasonable version
- number.
- * make sure that src/share/common contains the upstream part of that
- version number in the VERSION= line
- * make tarball
- * make releasenote
- * create upstream version tag:
- git tag -s -m 'Tagging Monkeysphere $whatever' monkeysphere_$whatever
- * create debian-specific version tag:
- git tag -s -m 'Tagging Monkeysphere $whatever-1' monkeysphere_$whatever-1
|