From 3ff33b9bac1e151f733b25026fbd5310d65e1037 Mon Sep 17 00:00:00 2001 From: Norbert Dopjera Date: Wed, 4 Oct 2023 13:55:00 +0200 Subject: [PATCH] chore(ci|cd): prepare for v0.1.1 release (#30) --- .chglog/CHANGELOG.tpl.md | 4 +++- .github/workflows/master.yml | 1 + CHANGELOG.md | 11 +++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 7f9a967..bc3d5b5 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -1,9 +1,11 @@ {{ range .Versions }} -- Full diff - {{ if .Tag.Previous }}**[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }})**{{ else }}{{ .Tag.Name }}{{ end }} +## {{ .Tag.Name }} > {{ datetime "2006-01-02" .Tag.Date }} +- Full diff - {{ if .Tag.Previous }}**[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }})**{{ else }}{{ .Tag.Name }}{{ end }} + {{ range .CommitGroups -}} ### {{ .Title }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 35967f9..560ee32 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -66,6 +66,7 @@ jobs: run: | export CURR_TAG=$(git describe --tags --abbrev=0) sed -n '/<\/a>/,/' release-notes.md - name: Import GPG key uses: crazy-max/ghaction-import-gpg@v6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c86f71..bc4072f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ + +## v0.1.1 + +> 2023-10-04 + +- Full diff - **[v0.1.0...v0.1.1](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.1.0...v0.1.1)** + +### :bug: Bug Fixes + +* **warehouse|bigquery:** read operation - inconsistent data collector ([#29](https://github.com/kiwicom/terraform-provider-montecarlo/issues/29)) + ## [v0.1.0](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.0.1...v0.1.0)