Browse Source

Atualiza script para gerar release

pull/2306/head
VictorFabreF 6 years ago
parent
commit
338c0c7b7d
  1. 2
      release.sh

2
release.sh

@ -21,7 +21,7 @@ function bump_version {
function commit_and_push { function commit_and_push {
echo "committing..." 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 commit -m "Release: $NEXT_VERSION"
git tag $NEXT_VERSION git tag $NEXT_VERSION

Loading…
Cancel
Save