commit a920c6d17ad714ca1634801cdb5e3587487875b2 parent 480b151561ec51db42410a26d7a0674f763bea6c Author: Amit Dutta <amitdutta4255@gmail.com> Date: Sun, 21 Jun 2026 17:42:49 +0530 updated changelog format Diffstat:
| M | .github/workflows/main.yml | | | 11 | ++--------- |
| M | changelog.py | | | 4 | ++++ |
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -64,14 +64,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.12' - - - name: Cache pip - uses: actions/cache@v4 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} - restore-keys: ${{ runner.os }}-pip- + python-version: '3.13' - name: Generate markdown files run: | @@ -99,7 +92,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm - name: Install dependencies diff --git a/changelog.py b/changelog.py @@ -53,6 +53,10 @@ description: 'Current build information and recent commit history.' # Build Info +::: tip Important +Compare the Build ID (listed below) against the one in the [GitHub Changelog](https://github.com/notamitgamer/bsc/blob/main/CHANGELOG.md#latest-build) to verify that your browser is displaying the latest version. +::: + - **Build ID** — <span style="word-break: break-all;">`{sha}`</span> - **Triggered by** — [@{actor}](https://github.com/{actor}) - **Branch** — `{ref}`