Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋
A TLP without truebox has thawed (Very Vanilla ready)
Move the extras/version.lua bump out of .githooks/pre-commit.sh and intopackage-main.yaml, so the version is incremented once per release (on pushto main) instead of once per local commit.
Why:
version.lua was a permanent merge/rebase conflict magnet between forks andupstream, since it changed on every commit.
The bump only fired where someone had manually installed the hook, so thenumber was non-sequential (gaps: 2841-2843 never existed as releases).
Bumping in CI makes the number gap-free and identical to the release tag,so a user reporting [Build: N] is unambiguously on release vN.
Changes:
.githooks/pre-commit.sh: reduce to a no-op (kept so already-installed.git/hooks/pre-commit shims still succeed).
package-main.yaml: add a Bump step (fetch -> reset onto origin/main ->bump -> commit -> push, with retry) plus a concurrency group so two quickpushes can't race on the push-back. Tag the bump commit explicitly.
redguides-publish.yml: fetch-depth: 0 so git describe HEAD^ resolves theprevious tag, and exclude the bump commit from release notes via--invert-grep. Also fixes a latent bug where multi-commit direct pusheslost all but the tip commit in the RedGuides notes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.