mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-14 00:58:43 +02:00
doc: small release checklist updates
In particular, explicitly note when to update the CHANGELOG. Also, tweak the ripgrep introductory message.
This commit is contained in:
parent
a2f90747c9
commit
0b965f900c
@ -19,6 +19,7 @@ Release Checklist
|
|||||||
* crates/printer
|
* crates/printer
|
||||||
* crates/grep (bump minimal versions as necessary)
|
* crates/grep (bump minimal versions as necessary)
|
||||||
* crates/core (do **not** bump version, but update dependencies as needed)
|
* crates/core (do **not** bump version, but update dependencies as needed)
|
||||||
|
* Update the CHANGELOG as appropriate.
|
||||||
* Edit the `Cargo.toml` to set the new ripgrep version. Run
|
* Edit the `Cargo.toml` to set the new ripgrep version. Run
|
||||||
`cargo update -p ripgrep` so that the `Cargo.lock` is updated. Commit the
|
`cargo update -p ripgrep` so that the `Cargo.lock` is updated. Commit the
|
||||||
changes and create a new signed tag. Alternatively, use
|
changes and create a new signed tag. Alternatively, use
|
||||||
@ -29,8 +30,8 @@ Release Checklist
|
|||||||
Include this blurb describing what ripgrep is:
|
Include this blurb describing what ripgrep is:
|
||||||
> In case you haven't heard of it before, ripgrep is a line-oriented search
|
> 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.
|
> tool that recursively searches your current directory for a regex pattern.
|
||||||
> By default, ripgrep will respect your `.gitignore` and automatically skip
|
> By default, ripgrep will respect your gitignore rules and automatically
|
||||||
> hidden files/directories and binary files.
|
> skip hidden files/directories and binary files.
|
||||||
* Run `ci/build-deb` locally and manually upload the deb package to the
|
* Run `ci/build-deb` locally and manually upload the deb package to the
|
||||||
release.
|
release.
|
||||||
* Run `cargo publish`.
|
* Run `cargo publish`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user