Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Snowflake-Labs/terraform-provider-snowflake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.0
Choose a base ref
...
head repository: Snowflake-Labs/terraform-provider-snowflake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Feb 7, 2022

  1. fix: Release tag (#848)

    alldoami authored Feb 7, 2022
    Copy the full SHA
    610a85a View commit details
  2. Copy the full SHA
    a2607e5 View commit details
Showing with 11 additions and 0 deletions.
  1. +4 −0 .github/workflows/release.yml
  2. +7 −0 CHANGELOG.md
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -47,6 +47,10 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}

- uses: actions/checkout@v2
# we need to fetch all history and tags
# so we build the proper version
with:
fetch-depth: 0
if: ${{ steps.release.outputs.release_created }}

- uses: actions/setup-go@v2
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.26.1](https://github.com/chanzuckerberg/terraform-provider-snowflake/compare/v0.26.0...v0.26.1) (2022-02-07)


### BugFixes

* Release tag ([#848](https://github.com/chanzuckerberg/terraform-provider-snowflake/issues/848)) ([610a85a](https://github.com/chanzuckerberg/terraform-provider-snowflake/commit/610a85a08c8c6c299aed423b14ecd9d115665a36))

## [0.26.0](https://github.com/chanzuckerberg/terraform-provider-snowflake/compare/v0.25.36...v0.26.0) (2022-02-03)