Skip to content

Commit

Permalink
added: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 committed Feb 21, 2024
1 parent 145f77b commit b4f6c9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

<a name="v0.0.1"></a>
## v0.0.1 (2024-02-21)

### Feat

* initial commit

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ generate:
@echo "Generating README..."
@docker run --rm --volume "$(shell pwd):/terraform-docs" quay.io/terraform-docs/terraform-docs:0.17.0 markdown /terraform-docs > README.md
@echo "Generating CHANGELOG..."
@docker run -v "$(shell pwd):/workdir" quay.io/git-chglog/git-chglog
@docker run -v "$(shell pwd):/workdir" quay.io/git-chglog/git-chglog -o CHANGELOG.md

0 comments on commit b4f6c9e

Please sign in to comment.