From 27228e785f161f33514be22a780735e324817ffe Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 3 Jan 2020 13:43:16 +0200 Subject: [PATCH] Update instructions: include changelog in release --- CHANGELOG.md | 10 ++++++++++ RELEASING.md | 2 ++ 2 files changed, 12 insertions(+) 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)