mirror of
https://github.com/inspec/inspec
synced 2025-02-18 06:58:40 +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
|
pushd ./inspec.wiki
|
||||||
# Publish release notes to S3
|
# 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-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.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/${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
|
# Reset "Pending Release Notes" wiki page
|
||||||
cat >./Pending-Release-Notes.md <<EOH
|
cat >./Pending-Release-Notes-v4.md <<EOH
|
||||||
## New Features
|
## New Features
|
||||||
-
|
-
|
||||||
## Improvements
|
## Improvements
|
||||||
|
|
Loading…
Add table
Reference in a new issue