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 09:51:42 UTC

[camel-k] 01/01: Release 2.0.1

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 7caeddb2d2de52a5a91cc8cc5e3e49a78efc4c1d
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Aug 30 11:51:34 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..b674e5399 100755
--- a/script/git_tag.sh
+++ b/script/git_tag.sh
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-set -e
+set -ex
 
 if [ "$#" -ne 2 ]; then
     echo "usage: $0 version remote"