From 2e968e7ce00927b52b2a2349dc9d6b6a80efb4d2 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 21 Nov 2025 18:23:16 +0000 Subject: [PATCH] docs: fix lint error in changelog --- RELEASE.md | 1 + docs/content/changelog.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 4bc50f6f3..c873ec9fd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,6 +21,7 @@ This file describes how to make the various kinds of releases - make doc - git status - to check for new man pages - git add them - git commit -a -v -m "Version v1.XX.0" +- make check - make retag - git push origin # without --follow-tags so it doesn't push the tag if it fails - git push --follow-tags origin diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 635f3066a..fbba79f41 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -26,7 +26,7 @@ description: "Rclone Changelog" - [rclone test speed](/commands/rclone_test_speed/): Add command to test a specified remotes speed (dougal) - New Features - backends: many backends have has a paged listing (`ListP`) interface added - - this enables progress when listing large directories and reduced memory usage + - this enables progress when listing large directories and reduced memory usage - build - Bump golang.org/x/crypto from 0.43.0 to 0.45.0 to fix CVE-2025-58181 (dependabot[bot]) - Modernize code and tests (Nick Craig-Wood, russcoss, juejinyuxitu, reddaisyy, dulanting, Oleksandr Redko)