Hotfix release script.
This commit is contained in:
parent
94c85d8b48
commit
a9b90be963
|
@ -92,7 +92,7 @@ release-new-version() {
|
||||||
[ "$verbose" = "1" ] && echo "Committing ${pyproject_toml}, ${completion_dir}, ${docker_compose_yml} and ${version_file}"
|
[ "$verbose" = "1" ] && echo "Committing ${pyproject_toml}, ${completion_dir}, ${docker_compose_yml} and ${version_file}"
|
||||||
[ "$dryrun" = "0" ] && git add "$docker_compose_yml" \
|
[ "$dryrun" = "0" ] && git add "$docker_compose_yml" \
|
||||||
"${pyproject_toml}" \
|
"${pyproject_toml}" \
|
||||||
"${completion_dir}"
|
"${completion_dir}" \
|
||||||
"${version_file}" && \
|
"${version_file}" && \
|
||||||
git commit -m "Release v${next}."
|
git commit -m "Release v${next}."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue