This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 3c03100 Fixed the tag name for camel-karaf-examples in release guide 3c03100 is described below commit 3c031006521297fd2758d393d7ebdb1e9882fd8f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 25 07:56:20 2020 +0200 Fixed the tag name for camel-karaf-examples in release guide --- docs/user-manual/modules/ROOT/pages/release-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/release-guide.adoc b/docs/user-manual/modules/ROOT/pages/release-guide.adoc index e12ca9c..c6ca4ce 100644 --- a/docs/user-manual/modules/ROOT/pages/release-guide.adoc +++ b/docs/user-manual/modules/ROOT/pages/release-guide.adoc @@ -417,8 +417,8 @@ Once the release train (camel, camel-karaf and camel-spring-boot) has been voted $ git commit -a $ git push origin master (or the branch related to the release, eg. camel-3.4.x) - $ git tag -a camel-example-$version -m "$version" - $ git push origin camel-example-$version + $ git tag -a camel-examples-$version -m "$version" + $ git push origin camel-examples-$version * Now we pushed the tag and we need to advance the version of the examples