Skip to content

Commit b1e3de2

Browse files
committed
changelog: add empty TBD section to CHANGELOG
And update the release checklist to mention this process.
1 parent bb36fc1 commit b1e3de2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
TBD
2+
===
3+
Unreleased changes. Release notes have not yet been written.
4+
5+
16
12.1.1 (2020-05-29)
27
===================
38
ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In

RELEASE-CHECKLIST.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Release Checklist
3838
* Run `ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb`. Then edit
3939
`pkg/brew/ripgrep-bin.rb` to update the version number and sha256 hashes.
4040
Remove extraneous stuff added by `ci/sha256-releases`. Commit changes.
41+
* Add TBD section to the top of the CHANGELOG:
42+
```
43+
TBD
44+
===
45+
Unreleased changes. Release notes have not yet been written.
46+
```
4147

4248
Note that
4349
[`cargo-up` can be found in BurntSushi's dotfiles](https://github.com/BurntSushi/dotfiles/blob/master/bin/cargo-up).

0 commit comments

Comments
 (0)