diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 2fac2a1..6ef3c97 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -72,9 +72,9 @@ jobs: if [[ ${{ steps.changes.outputs.snowflake }} = "true" ]]; then RELEASE_BODY+="\n- Snowflake release version $SF_VERSION - https://github.com/${{ github.repository }}/blob/stable/clouds/snowflake/CHANGELOG.md" fi - echo "body - $RELEASE_BODY" + echo -e "body - $RELEASE_BODY" echo 'RELEASE_BODY<> $GITHUB_ENV - echo $RELEASE_BODY >> $GITHUB_ENV + echo -e $RELEASE_BODY >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: Create Release uses: ncipollo/release-action@v1 diff --git a/clouds/bigquery/CHANGELOG.md b/clouds/bigquery/CHANGELOG.md index bcbcf11..c98c93c 100644 --- a/clouds/bigquery/CHANGELOG.md +++ b/clouds/bigquery/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.3.4] - 2022-11-10 + +### Changed + +- add nice stuff + ## [1.3.3] - 2022-11-09 ### Changed diff --git a/clouds/bigquery/version b/clouds/bigquery/version index 785cda8..8c9698a 100644 --- a/clouds/bigquery/version +++ b/clouds/bigquery/version @@ -1 +1 @@ -1.3.3 \ No newline at end of file +1.3.4 \ No newline at end of file