diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-03-30 20:22:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 17:22:01 +0000 |
commit | 13eb50de799c4c6f7ebed1a7fa1ab25b378580bb (patch) | |
tree | bdc42357285a7b9e003a23135915a71b950c0f8b /CONTRIBUTING.md | |
parent | f80e8eca73a16f450c66902fe66982fb228654fb (diff) | |
download | alacritty-13eb50de799c4c6f7ebed1a7fa1ab25b378580bb.tar.gz alacritty-13eb50de799c4c6f7ebed1a7fa1ab25b378580bb.zip |
Remove 0.4.2 changelog suffix
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ffb8802..961be9e1 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 |