Preparing the build
===================

1- update version number in email-reminder-editor
2- edit Changes

If necessary, update the copyright year in:
- README
- email-reminder-editor
- email-reminder-editor.1
- cmd/collect-reminders/main.go
- cmd/send-reminders/main.go
- debian/copyright


Build instructions
==================

1- make clean
2- make
3- make test
4- make commitsign
5- make release


Public release
==============

1- upload the tarball to Launchpad (empty changelog):

lp-project-upload email-reminder VERSION email-reminder-VERSION.tar.gz

- Use the same text for the announcement and the release notes.
- Copy all lines from Changes into the changelog.

2- add a new announcement on https://launchpad.net/email-reminder/+announcements
3- create milestones (minor and patch) for the next release on Launchpad:

https://launchpad.net/email-reminder/trunk/+addmilestone


Repository
==========

Push the code and tags:

git push --follow-tags
