From a516a44c329d6921755ebd7cd7e5fda9e851ad95 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 30 Apr 2021 22:53:37 +0300 Subject: [PATCH] New changes are documented in GH Releases --- CHANGELOG.md | 9 ++++++--- RELEASING.md | 2 -- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4ede3..2518770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -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). +## 4.2.1 and newer + +See GitHub Releases: + +- https://github.com/pylast/pylast/releases ## [4.2.0] - 2021-03-14 diff --git a/RELEASING.md b/RELEASING.md index 7e3cdfc..8181754 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -10,8 +10,6 @@ * [ ] Check next tag is correct, amend if needed -* [ ] Copy text into [`CHANGELOG.md`](CHANGELOG.md) - * [ ] Publish release * [ ] Check the tagged [GitHub Actions build](https://github.com/pylast/pylast/actions?query=workflow%3ADeploy)