From 5bd59d6a2278379ada57d7de4df1394cd0a77659 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 24 Oct 2013 19:28:57 -0400 Subject: [PATCH] Have make bump do the commit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c9f6d6aa..a3072ebf 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,8 @@ load: build/asdf.lisp install: archive bump: bump-version + git commit -a -m "Bump version to $$(eval a=$$(cat version.lisp-expr) ; echo $$a)" + bump-version: build/asdf.lisp ./bin/asdf-builder bump-version ${v} -- GitLab