Hotfix release script.

This commit is contained in:
Giacomo Leidi 2022-04-19 21:52:45 +02:00
parent 94c85d8b48
commit a9b90be963
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ release-new-version() {
[ "$verbose" = "1" ] && echo "Committing ${pyproject_toml}, ${completion_dir}, ${docker_compose_yml} and ${version_file}"
[ "$dryrun" = "0" ] && git add "$docker_compose_yml" \
"${pyproject_toml}" \
"${completion_dir}"
"${completion_dir}" \
"${version_file}" && \
git commit -m "Release v${next}."