This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new a284c6d6 Update release-branch.sh a284c6d6 is described below commit a284c6d66ab373104a294ab96b09209065672e7c Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Jul 3 15:55:33 2023 +0200 Update release-branch.sh --- scripts/release-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-branch.sh b/scripts/release-branch.sh index f67c1547..02c1ac51 100755 --- a/scripts/release-branch.sh +++ b/scripts/release-branch.sh @@ -33,7 +33,7 @@ main() { VERSION_MM="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}" new_release_branch="release-$VERSION_MM.x" - new_release="$(echo "$VERSION_MM" | tr \. _)_x" + new_release="$(echo "release-$VERSION_MM" | tr \. _)_x" # Support nightly CI tasks # pick the oldest release (we will replace it)