mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-24 17:12:16 +02:00
changelog: add empty TBD section to CHANGELOG
And update the release checklist to mention this process.
This commit is contained in:
parent
bb36fc1bf8
commit
b1e3de246c
@ -1,3 +1,8 @@
|
|||||||
|
TBD
|
||||||
|
===
|
||||||
|
Unreleased changes. Release notes have not yet been written.
|
||||||
|
|
||||||
|
|
||||||
12.1.1 (2020-05-29)
|
12.1.1 (2020-05-29)
|
||||||
===================
|
===================
|
||||||
ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In
|
ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In
|
||||||
|
@ -38,6 +38,12 @@ Release Checklist
|
|||||||
* Run `ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb`. Then edit
|
* 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.
|
`pkg/brew/ripgrep-bin.rb` to update the version number and sha256 hashes.
|
||||||
Remove extraneous stuff added by `ci/sha256-releases`. Commit changes.
|
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
|
Note that
|
||||||
[`cargo-up` can be found in BurntSushi's dotfiles](https://github.com/BurntSushi/dotfiles/blob/master/bin/cargo-up).
|
[`cargo-up` can be found in BurntSushi's dotfiles](https://github.com/BurntSushi/dotfiles/blob/master/bin/cargo-up).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user