fix latest release on website, tweaks to release process

This commit is contained in:
Mechiel Lukkien
2024-03-09 20:32:54 +01:00
parent f3501b4e06
commit 6984a2ae07
3 changed files with 10 additions and 6 deletions

View File

@ -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