Skip to content

Commit dc2942a

Browse files
authored
Merge branch 'main' into 6175-env-empty-string
2 parents d9e8244 + 438ed3c commit dc2942a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
shell: bash
150150
run: |
151151
RUSTDOCFLAGS="-Dwarnings" cargo doc ${{ steps.vars.outputs.CARGO_FEATURES_OPTION }} --no-deps --workspace --document-private-items
152-
- uses: DavidAnson/markdownlint-cli2-action@v19
152+
- uses: DavidAnson/markdownlint-cli2-action@v20
153153
with:
154154
fix: "true"
155155
globs: |
@@ -531,7 +531,7 @@ jobs:
531531
# TODO: Re-enable after rust-onig release: https://github.com/rust-onig/rust-onig/issues/193
532532
# - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
533533
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
534-
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
534+
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
535535
steps:
536536
- uses: actions/checkout@v4
537537
with:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ CI. However, you can use `#[cfg(...)]` attributes to create platform dependent
259259
features.
260260

261261
**Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V,
262-
VirtualBox and Parallels) for development [here](https://developer.microsoft.com/windows/downloads/virtual-machines/).
262+
VirtualBox and Parallels) for development [on their official download page](https://developer.microsoft.com/windows/downloads/virtual-machines/).
263263

264264
## Improving the GNU compatibility
265265

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ If you have used [Git for Windows](https://gitforwindows.org) to install `git` o
331331

332332
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.
333333

334-
# Preparing a new release
334+
## Preparing a new release
335335

336336
1. Modify `util/update-version.sh` (FROM & TO) and run it
337337
1. Submit a new PR with these changes and wait for it to be merged
338338
1. Tag the new release `git tag -a X.Y.Z` and `git push --tags`
339-
1. Once the CI is green, a new release will be automatically created in draft mode.
339+
1. Once the CI is green, a new release will be automatically created in draft mode.
340340
Reuse this release and make sure that assets have been added.
341341
1. Write the release notes (it takes time) following previous examples
342342
1. Run `util/publish.sh --do-it` to publish the new release to crates.io

src/uu/tail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flag name: `--use-polling`.
3636
* Improve resource management by adding more system calls to `inotify_rm_watch`
3737
when appropriate.
3838

39-
# GNU test-suite results (9.1.8-e08752)
39+
## GNU test-suite results (9.1.8-e08752)
4040

4141
The functionality for the test "gnu/tests/tail-2/follow-stdin.sh" is implemented.
4242
It fails because it is provoking closing a file descriptor with `tail -f <&-`

0 commit comments

Comments
 (0)