Skip to content

Commit ccbb4ac

Browse files
authored
Merge pull request #25 from hashicorp/goreleaser
Add Goreleaser config and fix Changie config
2 parents 358a205 + d35b2a4 commit ccbb4ac

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.changes/unreleased/NOTES-20230110-123737.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ body: Same testing functionality as that of terraform-plugin-sdk v2.24.1, repack
33
in a standalone repository
44
time: 2023-01-10T12:37:37.053752-05:00
55
custom:
6-
Issue/PR Number: "24"
6+
Issue: "24"

.changie.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ versionFormat: '## {{.Version}} ({{.Time.Format "January 02, 2006"}})'
66
kindFormat: '{{.Kind}}:'
77
changeFormat: '* {{.Body}} ([#{{.Custom.Issue}}](https://github.com/hashicorp/terraform-provider-testing/issues/{{.Custom.Issue}}))'
88
custom:
9-
- key: Issue/PR Number
9+
- key: Issue
10+
label: Issue/PR Number
1011
type: int
1112
minInt: 1
1213
kinds:

.goreleaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
project_name: terraform-plugin-testing
2+
build:
3+
skip: true
4+
milestones:
5+
- close: true
6+
release:
7+
ids:
8+
- 'none'

0 commit comments

Comments
 (0)