diff --git a/CHANGELOG.md b/CHANGELOG.md index 905d270..dcfbd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] +### Added +TODO +### Changed +TODO +### Deprecated +TODO +### Removed +TODO + ## [3.2.0] - 2020-01-03 ### Added diff --git a/RELEASING.md b/RELEASING.md index b890e7c..23692c6 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -20,6 +20,8 @@ git push --tags * Tag: Pick existing tag "3.2.0" + * Description: Copy from `CHANGELOG.md` + * [ ] Check the tagged [Travis CI build](https://travis-ci.org/pylast/pylast) has deployed to [PyPI](https://pypi.org/project/pylast/#history)