From c788d0ca56a9b9731e7af8fe7de4a5bdf8503f14 Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Thu, 2 Nov 2023 02:27:28 -0400 Subject: [PATCH] Pull release notes from v4 wiki page (#6839) Signed-off-by: Clinton Wolfe --- .expeditor/publish-release-notes.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.expeditor/publish-release-notes.sh b/.expeditor/publish-release-notes.sh index ab9e2e6aa..f30afe78f 100755 --- a/.expeditor/publish-release-notes.sh +++ b/.expeditor/publish-release-notes.sh @@ -6,11 +6,11 @@ git clone https://x-access-token:${GITHUB_TOKEN}@github.com/inspec/inspec.wiki.g pushd ./inspec.wiki # Publish release notes to S3 - aws s3 cp Pending-Release-Notes.md "s3://chef-automate-artifacts/release-notes/${EXPEDITOR_PRODUCT_KEY}/${EXPEDITOR_VERSION}.md" --acl public-read --content-type "text/plain" --profile chef-cd - aws s3 cp Pending-Release-Notes.md "s3://chef-automate-artifacts/${EXPEDITOR_CHANNEL}/latest/${EXPEDITOR_PRODUCT_KEY}/release-notes.md" --acl public-read --content-type "text/plain" --profile chef-cd + aws s3 cp Pending-Release-Notes-v4.md "s3://chef-automate-artifacts/release-notes/${EXPEDITOR_PRODUCT_KEY}/${EXPEDITOR_VERSION}.md" --acl public-read --content-type "text/plain" --profile chef-cd + aws s3 cp Pending-Release-Notes-v4.md "s3://chef-automate-artifacts/${EXPEDITOR_CHANNEL}/latest/${EXPEDITOR_PRODUCT_KEY}/release-notes.md" --acl public-read --content-type "text/plain" --profile chef-cd # Reset "Pending Release Notes" wiki page - cat >./Pending-Release-Notes.md <./Pending-Release-Notes-v4.md <