Promote dev to main: publish stable aegis-gitea-mcp 0.2.0 #66
Reference in New Issue
Block a user
Delete Branch "dev"
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?
What this does
Promotes
devtomain. The substantive change carried over is the merge-based publishing pipeline in.gitea/workflows/publish.yml: the trigger moved from tag-only (v*) to push ondevandmain, with per-branch package channels.mainstill has the old tag-only publish workflow, which is why no package was ever produced (nov*tag was ever pushed). Merging this fixes that at the source.What happens on merge
The new workflow lands on
main, and the push tomaintriggers it immediately: lint, test, then publish the stable packageaegis-gitea-mcpat0.2.0to the self-hosted Gitea PyPI registry. No tag required.The pipeline is already validated on the dev channel:
aegis-gitea-mcp-dev0.2.0.dev243published successfully.Verify after merge
Notes
0.2.0(first stable publish, no conflict). Bumpversioninpyproject.tomlfirst if you want a different stable number.mainat the same version is a clean no-op:uv publish --check-urlskips files already present in the registry.