mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
build: Add 'make maintainer-tag' rule for tagging HEAD with current version.
This commit is contained in:
@@ -422,6 +422,11 @@ build-test-guests:
|
||||
print-subdirs:
|
||||
@echo $(SUBDIRS)
|
||||
|
||||
# Tag HEAD with current version (only for maintainer).
|
||||
|
||||
maintainer-tag:
|
||||
git tag -a $(VERSION) -m "Version $(VERSION) (development)" -f
|
||||
|
||||
# Provide help on common Makefile targets.
|
||||
|
||||
help:
|
||||
|
||||
Reference in New Issue
Block a user