Skip to content

Commit

Permalink
CHANGELOG.md, cliff.toml: remove html markups from changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Jan 28, 2024
1 parent 5c8beb3 commit fedbe1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.

- Add-info (3bee074)

### CHANGELOG.md

- V0.8.0 (5c8beb3)

### CI/CD

- Setup gh actions to include ftp deploy (b9fbd43)
Expand Down Expand Up @@ -105,7 +109,7 @@ All notable changes to this project will be documented in this file.

### Theme

- Add safeHTML for <br> tag (cc192f6)
- Add safeHTML for br tag (cc192f6)
- Add leads email (9badc67)
- Set _self for else nav targets (1adfa17)
- Add hubspot contact form (90b8d64)
Expand Down Expand Up @@ -150,4 +154,3 @@ All notable changes to this project will be documented in this file.

- Optimize size of the images (fed7445)

<!-- generated by git-cliff -->
7 changes: 3 additions & 4 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ body = """
{% endfor %}
{% endfor %}\n
"""
# template for the changelog footer
footer = """
<!-- generated by git-cliff -->
"""
# remove the leading and trailing whitespace from the templates
trim = true

[git]
commit_preprocessors = [
{ pattern = '</?([a-zA-Z]+)[^>]*>', replace = "$1"}
]
# parse the commits based on https://www.conventionalcommits.org
conventional_commits = true
# filter out the commits that are not conventional
Expand Down

0 comments on commit fedbe1f

Please sign in to comment.