This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push: new e8459aad Publish SBOM in dist/release e8459aad is described below commit e8459aad2813c7519d85d218be8e11e8108f6805 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Nov 24 11:10:00 2023 +0100 Publish SBOM in dist/release Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- release-utils/scripts/upload-source.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-utils/scripts/upload-source.sh b/release-utils/scripts/upload-source.sh index 4ab9cf9c..6eb09f7b 100755 --- a/release-utils/scripts/upload-source.sh +++ b/release-utils/scripts/upload-source.sh @@ -29,6 +29,8 @@ mkdir $1/ cd $1/ wget https://github.com/apache/camel-kamelets/archive/refs/tags/v$1.tar.gz -O camel-kamelets-sources-$1.tar.gz +cp ./target/camel-kamelets-parent-$1-cyclonedx.json . +cp ./target/camel-kamelets-parent-$1-cyclonedx.xml . cd ../ ./sign.sh $1/ svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-kamelets/$2/ -m "Import camel-kamelets release"