This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix changelog and respective template
* Refer to this repo in the template * Fix existing changelogs links
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{{- define "note" -}} | ||
{{- if eq "new-resource" .Type -}} | ||
* **New Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) | ||
* **New Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) | ||
{{- else if eq "new-data-source" .Type -}} | ||
* **New Data Source:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) | ||
* **New Data Source:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) | ||
{{- else if eq "new-guide" .Type -}} | ||
* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) | ||
* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) | ||
{{- else -}} | ||
* {{.Body}} ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}})) | ||
* {{.Body}} ([#{{- .Issue -}}](https://github.com/meroxa/terraform-provider-meroxa/issues/{{- .Issue -}})) | ||
{{- end -}} | ||
{{- end -}} |