Skip to content

Commit

Permalink
Fix goreleaser v2 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaltrusaitis-reef committed Jun 20, 2024
1 parent 30b3b9f commit f5e3f72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
before:
hooks:
- go mod download
Expand Down Expand Up @@ -44,4 +45,4 @@ signs:
- "--detach-sign"
- "${artifact}"
changelog:
skip: true
disable: true
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.12] - 2024-06-20

### Infrastructure
* Fixed goreleaser v2 configuration

## [0.8.11] - 2024-06-20

### Infrastructure
Expand Down Expand Up @@ -175,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* Implementation of PoC (simple `b2_application_key` data source)

[Unreleased]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.8.11...HEAD
[Unreleased]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.8.12...HEAD
[0.8.11]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.8.11...v0.8.12
[0.8.11]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.8.10...v0.8.11
[0.8.10]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.8.9...v0.8.10
[0.8.9]: https://github.com/Backblaze/terraform-provider-b2/compare/v0.8.8...v0.8.9
Expand Down

0 comments on commit f5e3f72

Please sign in to comment.