This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 65d23246470a98d7ac7561ef122134955a0ab58c Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Thu Jan 23 14:05:29 2020 +0100 [Minor] Update commit message --- etc/scripts/release-website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh index 22f6486..d72ec57 100755 --- a/etc/scripts/release-website.sh +++ b/etc/scripts/release-website.sh @@ -101,7 +101,7 @@ echo echo "cd ${SITE_DIR}/${VERSION}/camel-website/" echo "git status" echo "git add <schema-${VERSION}-qualifier>.xsd" -echo "git commit -m \"Add XML schemas for camel-${VERSION}\"" +echo "git commit -m \"Add XML schemas for Camel ${VERSION}\"" echo echo "cd ${SITE_DIR}/${VERSION}/manual/" echo "svn status"