mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
6f77b4d87b
Updated the changelog system 
6 lines
183 B
Bash
Executable File
6 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo "5ed5da1545365bd137f3d31168a69342 *html/changelogs/example.yml" | md5sum -c -
|
|
python3 tools/GenerateChangelog/ss13_genchangelog.py html/changelogs
|