refactor: migrate module path to madtea.lol and repoint distribution to the GitHub edge #382
No reviewers
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea!382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/madtea-lol-vanity-path"
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
Renames the Go module to
madtea.lol(the vanity import path) and repoints release and distribution config to the GitHub edge, withgit.cheshirecube.cloud/sixfold-space/madteaas the canonical source home. Per ADR 0032.go.mod+ ~819 internal imports becomemadtea.lol/.... Direct Go importers must update their import paths..goreleaser.yaml(github provider,sixfold-spacetap/scoop, homepagemadtea.lol), the self-updater base URL, the printed marketplace URL, and the release scripts.The config repoint is gate-green (
GATE: PASS). madtea's runtime GitHub-API paths (the self-updater, release-state checks, and the plugin vendor) still speak the Gitea API and are retooled in #381, which gates the first GitHub release. Refs #380.