Skip to content

Commit

Permalink
chore(readme): Bump readme
Browse files Browse the repository at this point in the history
Signed-off-by: dark0dave <dark0dave@mykolab.com>
  • Loading branch information
dark0dave committed Mar 10, 2024
1 parent b37d9da commit f328668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: --verbose
args: --verbose --latest
env:
OUTPUT: CHANGELOG.md
- name: Print the changelog
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Example:
[example.webm](https://github.com/dark0dave/post_infinity/assets/52840419/5d5974ad-83fe-4abd-b5fd-18c1b94ff49a)

```
cargo run models/fixtures/gate1.spl
cat gate1.json
post_infinity models/fixtures/gate1.spl
{
"header": {
"header": {
Expand Down
2 changes: 2 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ header = ""
# template for the changelog body
# https://tera.netlify.app/docs
body = """
### Changelog
{% for group, commits in commits | group_by(attribute="group") %}
\n#### {{ group | striptags | trim | upper_first }}:
Expand All @@ -20,6 +21,7 @@ body = """
{{ commit.message }} ([{{ commit.id | truncate(length=7, end="") }}](https://github.com/dark0dave/post_infinity/commit/{{ commit.id }}) by [{{ commit.author.name }}](https://github.com/{{ commit.author.name }}))
{%- endfor -%}
{% endfor %}
"""
# remove the leading and trailing whitespace from the template
trim = true
Expand Down

0 comments on commit f328668

Please sign in to comment.