Skip to content

Commit 611e657

Browse files
authored
Automatically close associated milestone on release (#281)
Reference: https://goreleaser.com/customization/milestone/
1 parent e769a61 commit 611e657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ checksum:
4040
- glob: 'terraform-registry-manifest.json'
4141
name_template: '{{ .ProjectName }}_{{ .Version }}_manifest.json'
4242
name_template: '{{ .ProjectName }}_{{ .Version }}_SHA256SUMS'
43+
milestones:
44+
- close: true
4345
publishers:
4446
- checksum: true
4547
# Terraform CLI 0.10 - 0.11 perform discovery via HTTP headers on releases.hashicorp.com

0 commit comments

Comments
 (0)