Release v0.3.0 — Update Forgejo 14.0.2 → 14.0.3 (OP#2042) #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/0.3.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Update Neptune Forgejo from upstream 14.0.2 to 14.0.3 (security + bugfix patch release).
forgejo-upstreamsubmodule to v14.0.3publish.ymlCI workflow for automated tag creation and release promotionVERSIONfile for version detectionUpstream Changes (Forgejo 14.0.3)
Security Fixes (7)
Bug Fixes
Maintenance
Custom Template Audit
All 10 overridden templates unchanged between v14.0.2 and v14.0.3 upstream. Only 2 unrelated templates changed (
rpm.tmpl,search/issue/syntax.tmpl). No merge work required.New: Publish CI Workflow
Added
.forgejo/workflows/publish.ymlthat triggers on push to main:VERSIONfilev{version}Requires
PACKAGE_TOKENsecret with repo scope.Test Plan
Checklist
Refs OP#2042
Adds: - VERSION file for version detection (0.3.0) - .forgejo/workflows/publish.yml that on push to main: 1. Detects version changes via VERSION file 2. Creates and pushes git tag v{version} 3. Promotes draft Forgejo release to published Requires PACKAGE_TOKEN secret with repo scope. Refs OP#2047 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>