Skip to content

Commit 37c7c37

Browse files
authored
Update stockfish.yml
1 parent 1669281 commit 37c7c37

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

.github/workflows/stockfish.yml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
id: recent_commits
7777
run: |
7878
COMMITS=$(git log \
79-
--format="- [\`%h\`](https://github.com/${{ github.repository }}/commit/%H) %s" \
79+
--format="- [\`%h\`](https://github.com/${{ github.repository }}/commit/%H) *%s*" \
8080
${{ github.event.before }}..HEAD)
8181
echo "COMMITS<<EOF" >> $GITHUB_OUTPUT
8282
echo "$COMMITS" >> $GITHUB_OUTPUT
@@ -92,21 +92,24 @@ jobs:
9292
tag_name: stockfish-dev-${{ env.COMMIT_DATE }}-${{ env.COMMIT_SHA }}
9393
prerelease: true
9494
body: |
95+
Precompiled binaries of the latest Stockfish development version, built automatically on every commit.
96+
9597
> [!NOTE]
96-
> Linux and Windows x86-64 releases now distribute only
97-
> the universal binary, which automatically selects the best
98-
> supported instruction set for your CPU and makes the old
99-
> architecture-specific builds unnecessary.
100-
101-
> [!NOTE]
102-
> For most users we recommend official releases.
103-
> Pre-releases are intended for enthusiasts who want to help test
104-
> the latest development version before official releases.
105-
98+
> For stable, thoroughly tested builds use the [official releases](https://github.com/official/stockfish/releases).
99+
> Pre-releases may contain bugs.
100+
106101
---
107-
102+
103+
## Commits
104+
108105
${{ steps.recent_commits.outputs.COMMITS }}
109-
106+
107+
[View all commits →](https://github.com/${{ github.repository }}/commits/master)
108+
109+
110+
> [!TIP]
111+
> Some platforms ship a **universal binary** that automatically selects the best
112+
> instruction set for your CPU — no manual selection needed.
110113
Matrix:
111114
name: Prepare matrices
112115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)