Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69d389d3f7 |
@@ -48,7 +48,7 @@ import (
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
"gitea.d-ma.be/mathias/mcp-chassis/auth"
|
||||
"git.d-ma.be/mathias/mcp-chassis/auth"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -82,7 +82,7 @@ func mcpHandler() http.Handler { /* per-domain */ return nil }
|
||||
## Versioning
|
||||
|
||||
Trunk-based development on `main`. Tagged with semver. Consumers pin
|
||||
specific tags (`go.mod` `require gitea.d-ma.be/mathias/mcp-chassis v0.x.y`)
|
||||
specific tags (`go.mod` `require git.d-ma.be/mathias/mcp-chassis v0.x.y`)
|
||||
and bump deliberately.
|
||||
|
||||
Migrations are documented per-consumer in the consumer's CHANGELOG / commits.
|
||||
|
||||
Reference in New Issue
Block a user