Skip to content

Commit

Permalink
Generate Changelog with goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
  • Loading branch information
LKaemmerling committed Jun 17, 2021
1 parent b766eb2 commit e775c36
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -21,9 +21,8 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down
5 changes: 4 additions & 1 deletion .goreleaser.yml
Expand Up @@ -46,4 +46,7 @@ signs:
release:
draft: false
changelog:
skip: true
sort: asc
filters:
exclude:
- '^test:'
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,9 @@
## Unreleased
Every new changelog can be found under the Github Release page: https://github.com/hetznercloud/terraform-provider-hcloud/releases

## 1.27.0 (June 17, 2021)

FEATURES:
* `hcloud_firewall` resource & datasource: Support GRE & ESP protocol in firewall rules

## 1.26.2 (May 28, 2021)

Expand Down

0 comments on commit e775c36

Please sign in to comment.