Show more version info
#486
Merged
lunny
merged 4 commits from 6543/tea:show-more-version-info
into master
10 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '6543/tea:show-more-version-info'
Deleting a branch is permanent. It CANNOT be undone. Continue?
return:
Version: 0.8.0+38-gf964b16 golang: 1.18.1 go-sdk: v0.15.0
close #439
@ -25,3 +25,3 @@
TAGS ?=
LDFLAGS := -X "main.Version=$(TEA_VERSION)" -X "main.Tags=$(TAGS)" -s -w
SDK ?= $(shell grep code.gitea.io/sdk/gitea go.mod | tr -d '\t' | cut -d ' ' -f 2)
Maybe better use the go tooling ?
go list -f '{{.Version}}' -m code.gitea.io/sdk/gitea
@42wim done
f83f579dea
into master 10 months agoReviewers
f83f579dea
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.