You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/08/30 10:37:54 UTC

[camel-k] tag v2.0.1 created (now 922dd066b)

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to tag v2.0.1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 922dd066b (commit)
This tag includes the following new commits:

     new 922dd066b Release 2.0.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Release 2.0.1

Posted by pc...@apache.org.
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 <pa...@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}