Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Fix changelog and respective template
Browse files Browse the repository at this point in the history
* Refer to this repo in the template
* Fix existing changelogs links
  • Loading branch information
lyuboxa committed Sep 16, 2021
1 parent 5ee7d76 commit 621691f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

BUG FIXES:

* Ensure `private_key` attribute is submitted ([#17](https://github.com/hashicorp/terraform-provider-aws/issues/17))
* Ensure `private_key` attribute is submitted ([#17](https://github.com/meroxa/terraform-provider-meroxa/issues/17))

## 1.1.0

ENHANCEMENTS:

* Add new `private_key` attribute to `meroxa_resource.ssh_tunnel`.
Make attribute `address` on `meroxa_resource.ssh_tunnel` required. ([#11](https://github.com/hashicorp/terraform-provider-aws/issues/11))
Make attribute `address` on `meroxa_resource.ssh_tunnel` required. ([#11](https://github.com/meroxa/terraform-provider-meroxa/issues/11))

## 0.1.0

Expand Down
8 changes: 4 additions & 4 deletions scripts/release-note.tmpl
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 -}}

0 comments on commit 621691f

Please sign in to comment.