docs: add minimal Gitea release workflow document
Standalone workflow: push v* tag → create Gitea release with optional RELEASE_NOTES.md. No builds or artifacts — just the release entry. Links to full CI/CD guide for extensions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Claude Code Facts
|
||||
|
||||
> Last updated: 2026-03-25
|
||||
> Last updated: 2026-03-26
|
||||
|
||||
A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code.
|
||||
|
||||
@@ -10,6 +10,10 @@ A collection of interesting and useful facts, tips, tools, and guides for workin
|
||||
|
||||
MCP servers, skills, and plugins that extend Claude Code — including Context7 (library docs) and AST Index (fast code search).
|
||||
|
||||
### [Gitea Release Workflow (Minimal)](gitea-release-workflow.md)
|
||||
|
||||
Minimal Gitea Actions workflow: push a `v*` tag → create a Gitea release with optional `RELEASE_NOTES.md`. No builds, no artifacts — just a release entry.
|
||||
|
||||
### [CI/CD for Python Apps on Gitea](gitea-python-ci-cd.md)
|
||||
|
||||
Reusable reference for building CI pipelines, release automation, and installer packaging for Python apps on Gitea — covering lint/test workflows, cross-compiled Windows builds (embedded Python + NSIS), Linux tarballs, Docker images, and Gitea REST API release management.
|
||||
|
||||
Reference in New Issue
Block a user