Skip to content

Commit

Permalink
chore: branding change
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Jul 10, 2024
1 parent a9127ce commit 0a7d53a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
choco upgrade jq -y
. ".\sign_installer.ps1"
Invoke-SignInstaller ${{ github.workspace }}\wix winx64a ${{github.ref_name}} ${{ secrets.AWS_UNSIGNED_BUCKET }} ${{ secrets.AWS_SIGNED_BUCKET }} ${{ secrets.AWS_S3_KEY }}aws-mysql-odbc-${{github.ref_name}}-winx64a.msi
- name: Upload Windows installer as artifact
if: success()
uses: actions/upload-artifact@v3
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,18 @@ jobs:
# Get tag version for release
- name: Set Version Env Variable
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: 'Get Release Details'
run: |
export RELEASE_DETAILS="$(awk -vN=2 'n<N;/^## /{++n}' CHANGELOG.md)"
export RELEASE_DETAILS="$(sed '${/^# /d;}' <<< "$RELEASE_DETAILS")"
export RELEASE_DETAILS="$(sed '$d' <<< "$RELEASE_DETAILS")"
touch RELEASE_DETAILS.md
echo "$RELEASE_DETAILS" > RELEASE_DETAILS.md
- name: Upload to Draft Release
uses: ncipollo/release-action@v1
with:
draft: true
name: "AWS ODBC Driver for MySQL - v${{ env.RELEASE_VERSION }}"
bodyFile: RELEASE_DETAILS.md
artifacts: "./*.pkg, ./*.tar.gz, ./*.msi"
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions scripts/macosx/ReadMe.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</td>
<td>
<b>
MySQL Connctor/ODBC
AWS ODBC Driver for MySQL
<br>
@VERSION@
</b>
Expand All @@ -24,7 +24,7 @@
</table>

<p>
This package contains a binary release of MySQL Connector/ODBC for Mac OS X.
This package contains a binary release of AWS MYSQL ODBC Driver for Mac OS X.
</p>

<p>
Expand Down
8 changes: 4 additions & 4 deletions scripts/macosx/Welcome.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</td>
<td>
<b>
MySQL Connector/ODBC
AWS ODBC Driver for MySQL
<br>
@VERSION@
</b>
Expand All @@ -24,9 +24,9 @@
</table>

<p>
This is the installer for MySQL Connector/ODBC, which allows applications
to work with MySQL servers by using the cross-platform, database-agnostic
ODBC interface.
This is the installer for Amazon Web Services (AWS) ODBC Driver for MySQL. The AWS ODBC Driver for MySQL allows an
application to take advantage of the features of clustered MySQL databases.
It is based on and can be used as a drop-in compatible for the MySQL Connector/ODBC driver, and is compatible with all MySQL deployments.
</p>

<br>
Expand Down

0 comments on commit 0a7d53a

Please sign in to comment.