mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Pull release notes from v4 wiki page (#6839)
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
924d4e913c
commit
c788d0ca56
1 changed files with 3 additions and 3 deletions
|
@ -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 <<EOH
|
||||
cat >./Pending-Release-Notes-v4.md <<EOH
|
||||
## New Features
|
||||
-
|
||||
## Improvements
|
||||
|
|
Loading…
Reference in a new issue