blob: 90dc200df5effbf2f2224b8c2acfafeb036ff9ca (
plain)
- ### Notes about preparing a release for the monkeysphere ###
- * make sure that packaging/debian/changelog has a reasonable version
- number.
- * 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
- * update FreeBSD and Macports info:
- make freebsd-distinfo
- make macports-portsfile
- (probably should consider tagging these ports as well to make them
- easy to recover)
- * remember to add the new version (n + 1) to the bugtracker if it's
- not already:
- https://labs.riseup.net/code/projects/settings/monkeysphere
|