This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to tag v2.0.1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 922dd066bfbad13354dd154a12f6ed04a8fe57b0 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Aug 30 12:37:48 2023 +0200 Release 2.0.1 --- script/git_tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/git_tag.sh b/script/git_tag.sh index 28eddcdc8..49bfa74b7 100755 --- a/script/git_tag.sh +++ b/script/git_tag.sh @@ -31,7 +31,7 @@ target_remote=$2 git branch -D ${target_staging} || true git checkout -b ${target_staging} git add * || true -git commit -a -m "Release ${target_version}" +git commit -a -m "Release ${target_version}" || true git tag --force ${target_tag} ${target_staging} git push --force ${target_remote} ${target_tag}