Skip to content

Commit

Permalink
Release 0.7.2 (#42)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
josegonzalez authored Aug 12, 2023
1 parent 65f03b5 commit e6d28c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e6d28c8

Please sign in to comment.