mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Build: Add tag-release.sh and tag-release Makefile target
This commit is contained in:
parent
f31db8a03b
commit
d78966141a
2 changed files with 132 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -103,6 +103,8 @@ show-rev:
|
|||
@git rev-parse HEAD
|
||||
show-build:
|
||||
@echo "$(BUILD_TAG)"
|
||||
tag-release:
|
||||
scripts/tag-release.sh $(EDITION) $(TAG_ARGS)
|
||||
test-all: test acceptance-run-chromium
|
||||
fmt: fmt-js fmt-go fmt-swag
|
||||
format: format-tables fmt-go fmt-swag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue