From 438ed3c6c68db654c6ae87613aae5dcea455b46b Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 15 May 2025 09:58:51 +0200 Subject: [PATCH] doc: fix warnings from markdown linter --- CONTRIBUTING.md | 2 +- DEVELOPMENT.md | 4 ++-- src/uu/tail/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2e609083f..8668c9a27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -259,7 +259,7 @@ CI. However, you can use `#[cfg(...)]` attributes to create platform dependent features. **Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V, -VirtualBox and Parallels) for development [here](https://developer.microsoft.com/windows/downloads/virtual-machines/). +VirtualBox and Parallels) for development [on their official download page](https://developer.microsoft.com/windows/downloads/virtual-machines/). ## Improving the GNU compatibility diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c20d5acb7..6091c394f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -331,12 +331,12 @@ If you have used [Git for Windows](https://gitforwindows.org) to install `git` o Alternatively you can install [Cygwin](https://www.cygwin.com) and/or use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2) to get access to all GNU core utilities on Windows. -# Preparing a new release +## Preparing a new release 1. Modify `util/update-version.sh` (FROM & TO) and run it 1. Submit a new PR with these changes and wait for it to be merged 1. Tag the new release `git tag -a X.Y.Z` and `git push --tags` -1. Once the CI is green, a new release will be automatically created in draft mode. +1. Once the CI is green, a new release will be automatically created in draft mode. Reuse this release and make sure that assets have been added. 1. Write the release notes (it takes time) following previous examples 1. Run `util/publish.sh --do-it` to publish the new release to crates.io diff --git a/src/uu/tail/README.md b/src/uu/tail/README.md index ef7cfbd6c..16d37a7ea 100644 --- a/src/uu/tail/README.md +++ b/src/uu/tail/README.md @@ -36,7 +36,7 @@ flag name: `--use-polling`. * Improve resource management by adding more system calls to `inotify_rm_watch` when appropriate. -# GNU test-suite results (9.1.8-e08752) +## GNU test-suite results (9.1.8-e08752) The functionality for the test "gnu/tests/tail-2/follow-stdin.sh" is implemented. It fails because it is provoking closing a file descriptor with `tail -f <&-`