Skip to content

Commit

Permalink
fix: update changelog configs
Browse files Browse the repository at this point in the history
Signed-off-by: Gamunu Balagalla <gamunu@fastcode.io>
  • Loading branch information
gamunu committed Sep 11, 2024
1 parent d158a59 commit c8b8fa3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1,351 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240911-212122.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: use opentofu schema and opentofu registry libraries
time: 2024-09-11T21:21:22.4141+05:30
custom:
Issue: "17"
Repository: terraform-ls
6 changes: 3 additions & 3 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ changelogPath: CHANGELOG.md
versionExt: md
versionFormat: '## {{.VersionNoPrefix}} ({{.Time.Format "02 January 2006"}})'
kindFormat: '{{.Kind}}:'
changeFormat: '* {{.Body}} ([{{- if not (eq .Custom.Repository "terraform-ls")}}{{.Custom.Repository}}{{- end}}#{{.Custom.Issue}}](https://github.com/hashicorp/{{.Custom.Repository}}/issues/{{.Custom.Issue}}))'
changeFormat: '* {{.Body}} ([{{- if not (eq .Custom.Repository "opentofu-ls")}}{{.Custom.Repository}}{{- end}}#{{.Custom.Issue}}](https://github.com/gamunu/{{.Custom.Repository}}/issues/{{.Custom.Issue}}))'
custom:
- key: Repository
label: Repository
type: enum
enumOptions:
- terraform-ls
- terraform-schema
- opentofu-ls
- opentofu-schema
- hcl-lang
- key: Issue
label: Issue/PR Number
Expand Down
Loading

0 comments on commit c8b8fa3

Please sign in to comment.