Initial Minecraft Renew Mod workspace
Some checks failed
Build / build (push) Successful in 6m29s
Release Dry Run / release-dry-run (push) Failing after 11s
Codex Template Compliance / template-compliance (push) Successful in 4s

This commit is contained in:
ToxicCrzay270
2026-05-15 00:42:16 +02:00
commit 5e6a3e0450
39 changed files with 1880 additions and 0 deletions

37
docs/release-checklist.md Normal file
View File

@@ -0,0 +1,37 @@
# Release Checklist
## Version
- [ ] Version number updated in `create-limited-draining/gradle.properties`.
- [ ] Changelog updated.
- [ ] README updated if build, config, or release behavior changed.
## Quality
- [ ] Working tree is clean.
- [ ] `.\gradlew build` passes from `create-limited-draining/`.
- [ ] Tests pass or missing tests are documented.
- [ ] Client smoke test completed when behavior changes affect gameplay.
- [ ] Server smoke test completed when behavior changes affect server behavior.
- [ ] CI build succeeds if Gitea Actions are enabled.
## Security
- [ ] Security review is current.
- [ ] Dependency review is clean or documented.
- [ ] No secrets are committed.
- [ ] Release artifact does not contain local config, worlds, logs, or generated run data.
## Artifacts
- [ ] JAR exists under `create-limited-draining/build/libs/`.
- [ ] Artifact filename and version are clear.
- [ ] Download links work if a release or package is published.
- [ ] Package registry links work if used.
## Release
- [ ] Git tag created after approval.
- [ ] Release notes written.
- [ ] Release published after approval.
- [ ] Post-release download smoke test completed.