From e6d28c80116e4e1bfd526d3028068f203486d4b6 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 11 Aug 2023 23:45:49 -0400 Subject: [PATCH] Release 0.7.2 (#42) * fix: ensure lintian always passes checks before making a release (#41) * Release 0.7.2 fix: ensure lintian always passes checks before making a release (#41) --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 99d1abf..68bfb01 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez REPOSITORY = dokku-update HARDWARE = $(shell uname -m) SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]') -BASE_VERSION ?= 0.7.1 +BASE_VERSION ?= 0.7.2 IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY) PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish @@ -157,7 +157,8 @@ unit-tests: /usr/local/bin/dokku-update @$(QUIET) TERM=linux bats --formatter bats-format-junit -e -T -o test-results/bats tests/unit pre-build: - true + git config --global --add safe.directory $(shell pwd) + git status /usr/local/bin/dokku-update: @echo installing dokku-update