mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 16:24:37 +03:00
fix latest release on website, tweaks to release process
This commit is contained in:
@ -7,7 +7,7 @@ link:
|
||||
go run -tags link link.go -- ../*.go ../*/*.go
|
||||
|
||||
genxr:
|
||||
go run xr.go -- xr/dev $$(git rev-parse --short HEAD) $$(git log -1 --date=format:"%Y-%m-%d" --format="%ad") $$(git tag | tail -n1) ../*.go ../*/*.go
|
||||
go run xr.go -- xr/dev $$(git rev-parse --short HEAD) $$(git log -1 --date=format:"%Y-%m-%d" --format="%ad") $$(git tag --sort=v:refname | tail -n1) ../*.go ../*/*.go
|
||||
|
||||
check:
|
||||
# output should be empty
|
||||
|
Reference in New Issue
Block a user