From b1e3de246c7cfd88f43a25cfdce19adf4d2c9283 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 29 May 2020 09:49:45 -0400 Subject: [PATCH] changelog: add empty TBD section to CHANGELOG And update the release checklist to mention this process. --- CHANGELOG.md | 5 +++++ RELEASE-CHECKLIST.md | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3727a636..8a7af0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +TBD +=== +Unreleased changes. Release notes have not yet been written. + + 12.1.1 (2020-05-29) =================== ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 045fa449..255708f3 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -38,6 +38,12 @@ Release Checklist * Run `ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb`. Then edit `pkg/brew/ripgrep-bin.rb` to update the version number and sha256 hashes. Remove extraneous stuff added by `ci/sha256-releases`. Commit changes. +* Add TBD section to the top of the CHANGELOG: + ``` + TBD + === + Unreleased changes. Release notes have not yet been written. + ``` Note that [`cargo-up` can be found in BurntSushi's dotfiles](https://github.com/BurntSushi/dotfiles/blob/master/bin/cargo-up).