Skip to content

Commit

Permalink
fix: push right files on release
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Oct 2, 2024
1 parent 22b5772 commit abf30ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ python3.10 scripts/generate_dc_doc.py \
conf/postgres.env \
> docker_compose_services_iam.md

git add docker_compose_services.md
git commit -m "update docker_compose_services.md"
git add docker_compose_services_simple.md
git add docker_compose_services_iam.md
git commit -m "update docker doc"
git tag -a ${VERSION} -m "ARLAS Exploration stack ${VERSION}"
git push origin ${VERSION}

0 comments on commit abf30ad

Please sign in to comment.