summaryrefslogtreecommitdiffstats
path: root/RELEASE-CHECKLIST.md
diff options
context:
space:
mode:
authorVarik Valefor <38414004+varikvalefor@users.noreply.github.com>2021-05-30 03:03:40 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-05-31 21:51:18 -0400
commitbeda5f70dc12ffba383f2861461820de24816ef3 (patch)
treeb0a4529ea0da613d99905fd3c2580603b7fc7bbe /RELEASE-CHECKLIST.md
parent5af7707a350d96066c47965075b09050bc1cf33c (diff)
doc: improve wording
This tightens up the wording in ripgrep's opening description. It's used in several places, so we update all of them. Closes #1881
Diffstat (limited to 'RELEASE-CHECKLIST.md')
-rw-r--r--RELEASE-CHECKLIST.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index 255708f3..c42bbd5d 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -29,9 +29,9 @@ Release Checklist
* Copy the relevant section of the CHANGELOG to the tagged release notes.
Include this blurb describing what ripgrep is:
> In case you haven't heard of it before, ripgrep is a line-oriented search
- > tool that recursively searches your current directory for a regex pattern.
- > By default, ripgrep will respect your gitignore rules and automatically
- > skip hidden files/directories and binary files.
+ > tool that recursively searches the current directory for a regex pattern.
+ > By default, ripgrep will respect gitignore rules and automatically skip
+ > hidden files/directories and binary files.
* Run `ci/build-deb` locally and manually upload the deb package to the
release.
* Run `cargo publish`.