File Details
v2.2
- R
- Jul 9, 2026
- 11.27 KB
- 17
- 1.15.8
- Classic
File Name
HardcoreCongrats-v2.2.zip
Supported Versions
- 1.15.8
lightweight tag f39643889873458f17ce107efa54854de595383e v2.2
Author: Mouchoir <github@mouchoir.mozmail.com>
Date: Fri Jul 10 00:12:51 2026 +0200
commit f39643889873458f17ce107efa54854de595383e
Author: Mouchoir <github@mouchoir.mozmail.com>
Date: Fri Jul 10 00:12:51 2026 +0200
Fix TOC interface to Classic Era 11508 and bump to 2.2
The interface was 51146, which is not a valid Classic Era build. On the
API-driven CurseForge upload (which infers the flavor from the interface
when gameVersions is omitted) this mis-classified v2.1 as Classic TBC
2.5.6 instead of Classic Era, and made the client flag the addon as out
of date. 11508 is the current Classic Era build (1.15.8).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
commit 9010ffe684413e88d0280ccfad2fc1f36b98096e
Author: Mouchoir <github@mouchoir.mozmail.com>
Date: Fri Jul 10 00:01:14 2026 +0200
Fix CurseForge workflow: write changelog outside the workspace
The checkout step cleans the working directory, which deleted the
CHANGELOG.md written by the previous step, so the metadata step failed
with "Could not open CHANGELOG.md". Write it to $RUNNER_TEMP instead.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>