From 80bff69867771b916d149987aaa0d6ca7b81ada3 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