Skip to content

Instantly share code, notes, and snippets.

@veechs
veechs / pattern_matching.md
Last active April 18, 2025 03:31 — forked from spr2-dev/pattern_matching.md
A quick beginner guide on Lua pattern matching
@veechs
veechs / #AutomatedZipReleases.md
Last active April 5, 2025 18:19
Automated WoW Addon Releases

⭐️ This has been superseded (for me) by Super Easy WoW Addon Releases with GitHub Actions.

The new approach is triggered by just a changelog update, handles tag creation, and bumps the TOC version for you.





Easy WoW Addon Releases with GitHub Actions

@veechs
veechs / #AutomatedZipReleasesV2.md
Last active April 7, 2025 09:54
Super Easy WoW Addon Releases with GitHub Actions

Super Easy WoW Addon Releases with GitHub Actions

Trigger a new release by just updating your changelog. Includes automatic TOC version update, zip file named to match the TOC, and release notes pulled from the changelog.

Setup

⚠️ This assumes you already have a changelog. If not, you'll need to create one in the correct format (Bagshui's is a good example).

  1. In your GitHub repository, create a new custom workflow.
    Actions > New Workflow > Set up a workflow yourself…