Skip to content

Commit

Permalink
chore(ci|cd): prepare for v0.1.1 release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Oct 4, 2023
1 parent e27f656 commit 3ff33b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
- 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 }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
run: |
export CURR_TAG=$(git describe --tags --abbrev=0)
sed -n '/<a name="'$CURR_TAG'"><\/a>/,/<a name="v/p' CHANGELOG.md | sed '$d' > release-notes.md
sed -i '/^## '$CURR_TAG'$/d' release-notes.md
grep '<a name="'$CURR_TAG'"></a>' release-notes.md
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

<a name="v0.1.1"></a>
## 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))


<a name="v0.1.0"></a>
## [v0.1.0](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.0.1...v0.1.0)
Expand Down

0 comments on commit 3ff33b9

Please sign in to comment.