mirror of
https://codeberg.org/scip/yadu.git
synced 2025-12-16 12:11:00 +01:00
finalized tests, made .With() work to create sub-loggers (#2)
Co-authored-by: Thomas von Dein <tom@vondein.org>
This commit is contained in:
5
Makefile
5
Makefile
@@ -6,6 +6,8 @@
|
||||
#
|
||||
# no need to modify anything below
|
||||
|
||||
VERSION = $(shell grep VERSION handler.go | head -1 | cut -d '"' -f2)
|
||||
|
||||
all: buildlocal
|
||||
|
||||
buildlocal:
|
||||
@@ -30,3 +32,6 @@ goupdate:
|
||||
|
||||
lint:
|
||||
golangci-lint run -p bugs -p unused
|
||||
|
||||
release: buildlocal test
|
||||
@echo gh release create v$(VERSION) --generate-notes releases/*
|
||||
|
||||
Reference in New Issue
Block a user