From d431afd98f4baf1ab456f6edc4840fd64d9843f1 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 23 Feb 2020 13:56:46 +0100 Subject: [PATCH] Makefile: add a target to remind manually updating the version indicator in various files --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 001b4d0..7f82fde 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ install_buildenv: # Install packages required to build the image sudo apt install live-build make build-essential wget git xmlstarlet unzip colordiff shellcheck apt-transport-https rename ovmf rsync +bump_version: + @last_tag=$$(git tag | tail -n1); \ + echo "Please set version to $$last_tag in Makefile config/bootloaders/isolinux/live.cfg.in config/bootloaders/isolinux/menu.cfg auto/config" + build: # Build the live system/ISO image #sudo lb clean --purge #only required when changing the mirrors/architecture config