From f23ed78082e33b2f649ecb9aebedf38062c7db4c Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 11 Aug 2023 23:57:02 -0400 Subject: [PATCH 1/2] fix: ensure lintian always passes checks before making a release --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a3c6ea..ffc8f1d 100644 --- a/Makefile +++ b/Makefile @@ -249,4 +249,5 @@ validate: basht tests/*.bash prebuild: - true + git config --global --add safe.directory $(shell pwd) + git status From 3d14e3dd42e5e23e7164614429cea1f414b3add6 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 12 Aug 2023 02:04:05 -0400 Subject: [PATCH 2/2] Release 0.10.1 - #100 @josegonzalez: fix: ensure lintian always passes checks before making a release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffc8f1d..07025d2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez REPOSITORY = sigil HARDWARE = $(shell uname -m) SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]') -BASE_VERSION ?= 0.10.0 +BASE_VERSION ?= 0.10.1 IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY) PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish BINARY_NAME = sigil