This skill orchestrates a complete Freenet release. It determines the next version, shows what's changed since the last release, confirms with the user, and runs the automated release pipeline.
Auto-version logic: If no version argument was provided, increment the patch version of the current version (e.g., 0.1.132 -> 0.1.133).
The release script is resumable. If it fails partway through, re-running with the same --version will auto-detect completed steps and skip them. State is saved to /tmp/release- .state.
Orchestrieren Sie eine neue Freenet-Version. Bestimmt die nächste Version, zeigt das Änderungsprotokoll an, bestätigt dies mit dem Benutzer und führt die Release-Pipeline aus. Wird verwendet, wenn der Benutzer „ein Release durchführen“, „neues Release“, „Release“ oder „/release“ sagt. Quelle: freenet/freenet-agent-skills.