From 13eb50de799c4c6f7ebed1a7fa1ab25b378580bb Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Mon, 30 Mar 2020 20:22:01 +0300 Subject: [PATCH] Remove 0.4.2 changelog suffix --- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5145b6..a71e218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Tabstops not being reset with `reset` -## 0.4.2-dev +## 0.4.2 ### Packaging diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ffb880..961be9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,6 @@ The exact steps for an exemplary `1.2.3` release might look like this: 1. Initially, the version on the latest master is `1.2.3-dev` 2. A new `v1.2.3` branch is created for the release 3. On master, the version is bumped to `1.2.4-dev` - and the `-dev` is stripped from previous change log entries 4. In the branch, the version is bumped to `1.2.3-rc1` 5. The new commit in the branch is tagged as `v1.2.3-rc1` 6. A GitHub release is created for the `v1.2.3-rc1` tag @@ -126,6 +125,7 @@ The exact steps for an exemplary `1.2.3` release might look like this: 11. A GitHub release is created for the `v1.2.3` tag 12. The changelog since the last stable release (**not** RC) is added to the GitHub release description + 13. The `-dev` is stripped from previous changelog entries # Contact