chore(knowledge): move canonical docs to shared SoMC wiki
CI / build (push) Successful in 1m21s
Release / release (push) Successful in 2m3s

This commit is contained in:
dmg
2026-09-09 23:18:13 -04:00
parent f011410b17
commit 82415ed501
13 changed files with 6 additions and 334 deletions
@@ -1,24 +0,0 @@
---
type: User Story
title: "US-005: Build and release the plugin"
description: Give maintainers repeatable Purpur builds, automated verification, and versioned Gitea releases.
status: done
---
# US-005: Build and release the plugin
As a **plugin maintainer**, I want automated builds and releases modeled on Spigot Base so that tested artifacts can be distributed consistently.
## Acceptance criteria
- [x] Gradle compiles against Purpur API `26.2.build.2618-stable` using Java 25.
- [x] Compiler lint warnings fail the build and JUnit 5 tests run during `check`.
- [x] Gitea Actions verifies pushes and pull requests and stores a development JAR.
- [x] Pull requests validate conventional commits.
- [x] Main-branch conventional commits drive semantic releases and attach versioned JARs to Gitea releases.
- [x] The README documents requirements, recipes, configuration, building, and releases.
- [x] `./gradlew clean check jar` succeeds.
## Related
- [User-story catalog](index.md)