summaryrefslogtreecommitdiffstats
path: root/RELEASE-CHECKLIST.md
diff options
context:
space:
mode:
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`.