From 11bd523f7e7715dc1954687ad57ddab15d19d211 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 22 Aug 2021 09:37:24 +0200 Subject: Remove post-release section --- doc/release-checklist.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 6123706b..af0c71fa 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -4,11 +4,11 @@ See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat -- [ ] Optional: update dependencies with `cargo update`. This is also done - by dependabot, so it is not strictly necessary. -- [ ] Check for outdated dependencies (`cargo outdated`) and decide for each - of them whether we want to (manually) upgrade. This will require changes - to `Cargo.toml`. +- [ ] Optional: update dependencies with `cargo update`. This is also done by + dependabot, so it is not strictly necessary. +- [ ] Check for outdated dependencies (`cargo outdated`) and decide for each of + them whether we want to (manually) upgrade. This will require changes to + `Cargo.toml`. ## Version bump @@ -18,8 +18,8 @@ See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat `grep '^\s*MIN_SUPPORTED_RUST_VERSION' .github/workflows/CICD.yml`. - [ ] Update the version and the min. supported Rust version in `README.md` and `doc/README-*.md`. -- [ ] Update `CHANGELOG.md`. Introduce a section for the new release and prepare - a new (empty) "unreleased" section at the top. +- [ ] Update `CHANGELOG.md`. Introduce a section for the new release and + prepare a new (empty) "unreleased" section at the top. ## Update syntaxes and themes (build assets) @@ -55,9 +55,4 @@ See this page for a good overview: https://deps.rs/repo/github/sharkdp/bat - [ ] Check if the binary deployment works (archives and Debian packages should appear when the CI run for the Git tag has finished). - [ ] Publish to crates.io by running `cargo publish` in a *clean* repository. - The safest way to do this is to cloning a fresh copy. - -## Post release - -- [ ] Optional: Inform package maintainers about the update: - - https://www.archlinux.org/packages/community/x86_64/bat/ + The safest way to do this is to clone a fresh copy. -- cgit v1.2.3