We should automate deployment, which consists of: 1. Tag release and push the tag 2. Generate documentation and push to the `gh-pages` branch 3. Generate a first draft of release notes: ``` git log --merges --pretty=%b PREV..LATEST | sed '/^\s*$/d' ```