From 338c0c7b7ded217758069ab716e20f3b7a7e42f6 Mon Sep 17 00:00:00 2001 From: VictorFabreF Date: Tue, 16 Oct 2018 12:06:54 -0300 Subject: [PATCH] Atualiza script para gerar release --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 958e91b21..d8301aafe 100755 --- a/release.sh +++ b/release.sh @@ -21,7 +21,7 @@ function bump_version { function commit_and_push { echo "committing..." - git add docker-compose.yml setup.py + git add docker-compose.yml setup.py sapl/templates/base.html git commit -m "Release: $NEXT_VERSION" git tag $NEXT_VERSION