Skip to content

Commit

Permalink
Merge pull request #109 from aarroyosal/release/2022-11-10
Browse files Browse the repository at this point in the history
Release version 2022-11-10
  • Loading branch information
aarroyosal authored Nov 17, 2022
2 parents 4735754 + b8bcc35 commit de65d53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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<<EOF' >> $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
Expand Down
6 changes: 6 additions & 0 deletions clouds/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.3.4] - 2022-11-10

### Changed

- add nice stuff

## [1.3.3] - 2022-11-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion clouds/bigquery/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.3
1.3.4

0 comments on commit de65d53

Please sign in to comment.