Skip to content

Commit

Permalink
♻️ Delete duplicate commit message CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Aug 5, 2024
1 parent f73beb3 commit 8279d14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 73 deletions.
80 changes: 8 additions & 72 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [unreleased]

- Update CHANGELOG.md


- Update cliff.toml


## [1.11.0] - 2024-08-05

- Add cliff config
Expand Down Expand Up @@ -87,39 +95,9 @@ All notable changes to this project will be documented in this file.
- Wip: trivy image sec


- Wip: trivy image sec


- Wip: trivy image sec


- Wip: trivy image sec


- Wip: trivy image sec


- Wip: trivy image sec


- Wip: trivy image sec


- Wip: trivy image sec


- Update README.md


- Update README.md


- Update pipeline scan-image


- Update README


- Fix aws-cli version & update doc


Expand All @@ -131,15 +109,6 @@ All notable changes to this project will be documented in this file.
- Update README


- Update README


- Update README


- Update README


- Fix custom binary tfsum (remove bashrc function)


Expand All @@ -151,9 +120,6 @@ All notable changes to this project will be documented in this file.
- Add example image


- Update README


- Add tfenv


Expand All @@ -178,18 +144,12 @@ All notable changes to this project will be documented in this file.
- Update README.md


- Update README.md


- Lint Containerfile using Hadolint


- Update README


- Update README


- Remove hadolint warnings & install tftools


Expand All @@ -200,9 +160,6 @@ All notable changes to this project will be documented in this file.
- Initial commit


- Initial commit


- Fix pipeline


Expand Down Expand Up @@ -236,18 +193,6 @@ All notable changes to this project will be documented in this file.
- Testing tag


- Testing tag


- Testing tag


- Testing multiarch


- Testing multiarch


- Fix


Expand All @@ -260,15 +205,6 @@ All notable changes to this project will be documented in this file.
- Working with buildah


- Working with buildah


- Wip


- Wip


- Wip


Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ trivy-scan: ## Scan image using trivy

hadolint: ## Run hadolint
hadolint Containerfile

generate-changelog: ## Generate changelog using git cliff
git cliff --output CHANGELOG.md
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body = """
{% else %}\
## [unreleased]
{% endif %}\
{% for commit in commits %}
{% for commit in commits | unique(attribute="message") %}
- {{ commit.message | upper_first }}
{% endfor %}\n
"""
Expand Down

0 comments on commit 8279d14

Please sign in to comment.