build: /v2 module path for the v2.0.0 release #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/v2-module-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?
Follow-up to the rename (#11): Go's semantic import versioning requires a
/v2suffix in the module path for major version ≥ 2. Without it, av2.0.0tag is invisible togo install(@latestwould resolve to v1.4.0).go.modmodule path →git.fiatcode.dev/fiatcode/weft/v2…/weft/v2/internal/…(22 files)go installcommand →…/weft/v2/cmd/weft@latest(README + CHANGELOG)go vet ./... && go test ./...green. Merge this, then tagv2.0.0.