Skip to content

Commit

Permalink
Merge pull request #117 from aarroyosal/release/2022-11-13
Browse files Browse the repository at this point in the history
Release version 2022-11-13
  • Loading branch information
aarroyosal authored Nov 17, 2022
2 parents f566300 + 86c107f commit b5fd619
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check if release tag exists
run: |
if [[ $(git ls-remote --tags origin refs/tags/"${{ github.event.inputs.version }}") ]]; then
echo "## Release ${{ github.event.inputs.version }} already exists"
exit 1
fi
- uses: dorny/paths-filter@v2
id: changes
with:
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.7] - 2022-11-13

### Changed

- add nice stuff

## [1.3.6] - 2022-11-12

### 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.6
1.3.7

0 comments on commit b5fd619

Please sign in to comment.