Files
league-of-legends-gui-overhaul/docs/release-checklist.md
ToxicCrzay270 37a0c78337
All checks were successful
Codex Template Compliance / template-compliance (push) Successful in 26s
Release Dry Run / release-dry-run (push) Successful in 38s
Build / build (push) Successful in 3m49s
Process agent kit v1.0.6
2026-05-19 23:29:44 +02:00

1.5 KiB

Release Checklist

No release process exists yet. Complete this checklist only after the project has real build, test, audit, and artifact commands.

Version

  • Version number updated.
  • Changelog updated.
  • README updated.

Quality

  • Working tree is clean.
  • Lightweight local validation passes without installing dependencies or creating build artifacts.
  • Lint or type checks pass on a Gitea Ubuntu runner.
  • Tests pass on a Gitea Ubuntu runner or missing tests are documented.
  • Build succeeds in CI on ubuntu-latest, ubuntu-24.04, or ubuntu-22.04.
  • No project build, test, audit, package, installer, dependency setup, or release command was run on the local machine.

Security

  • Security review is current.
  • Dependency audit is clean or documented.
  • No secrets are committed.
  • Release artifacts do not contain local config files.

Artifacts

  • Artifacts are produced by documented commands.
  • Artifacts are uploaded.
  • User-facing artifacts exclude Codex kit metadata such as AGENTS.md, .codex/, blueprint.md, blueprint.json, template workflows, and agent handoff notes unless explicitly requested.
  • Download links work.
  • Package registry links work if used.
  • Installer, portable, or archive naming is clear.

Release

  • Git tag created.
  • Release notes written.
  • Release published from Gitea Actions or through the Gitea API, not by running local release tooling.
  • Post-release download smoke test completed.