Skip to content

Instantly share code, notes, and snippets.

View hello-42's full-sized avatar

David (hello42) hello-42

View GitHub Profile
@boatbomber
boatbomber / release.luau
Last active June 10, 2025 01:36
Release workflow using Lune
--[[
release.luau - A Lune script for publishing Roblox games
MPL 2.0 License
(c) 2024, Zack Ovits
usage: lune run release
--]]
-- Lune libraries
local stdio = require("@lune/stdio")