Skip to content

Commit c8c634f

Browse files
committed
change release notes
1 parent 808a436 commit c8c634f

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/cloudpod_release.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,18 @@ jobs:
3737
name: cloudpod
3838
- name: Display structure of downloaded files
3939
run: ls -R
40-
- name: Prepare Release.txt
40+
- name: Prepare Release Notes
4141
run: |
42-
echo "Cloud Pod of the Sample created with LocalStack Version ${{ inputs.release-tag || 'latest'}}." > Release.txt
43-
echo " * Please use the 'release-pod-{database}.zip' you need for your configuration." >> Release.txt
44-
echo " * By default LocalStack uses the engine 'mariadb', so you need 'release-pod-mariadb.zip' " >> Release.txt
45-
echo " * Click here to inject the 'mariadb' pod into your running LocalStack instance: [![LocalStack Pods Launchpad](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mariadb.zip)" >> Release.txt
46-
echo " * If you start LocalStack with 'RDS_MYSQL_DOCKER=1', please use the 'mysql' pod ('release-pod-mysql.zip')" >> Release.txt
47-
echo " * Click here to inject the 'mysql' pod into your running LocalStack instance: [![LocalStack Pods Launchpad](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mysql.zip)" >> Release.txt
42+
echo "This release includes the Cloud Pod of the sample created with LocalStack Version `${{ inputs.release-tag || 'latest'}}`." > Release.txt
43+
echo "Please use the `release-pod-{database}.zip` you need for your configuration." >> Release.txt
44+
echo "### MariaDB" >> Release.txt
45+
echo "By default LocalStack uses the engine `mariadb`, so you need `release-pod-mariadb.zip`." >> Release.txt
46+
echo "You can click the Launchpad to inject the pod into your running LocalStack instance:" >> Release.txt
47+
echo "[![LocalStack Pods Launchpad](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mariadb.zip)" >> Release.txt
48+
echo "### MySQL" >> Release.txt
49+
echo "If you start LocalStack with `RDS_MYSQL_DOCKER=1`, please use the `mysql` pod `release-pod-mysql.zip`" >> Release.txt
50+
echo "You can click the Launchpad to inject the `mysql` version of the pod into your running LocalStack instance:" >> Release.txt
51+
echo "[![LocalStack Pods Launchpad](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=https://github.com/$GITHUB_REPOSITORY/releases/download/${{ inputs.release-tag || 'latest'}}/release-pod-mysql.zip)" >> Release.txt
4852
- name: Create Release
4953
id: create_release
5054
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)