aboutsummaryrefslogtreecommitdiffstats
path: root/cliff.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-10 14:42:32 +0100
committerGitHub <noreply@github.com>2024-06-10 14:42:32 +0100
commit9be49e434e549d6b13928b530139b66fef6171f1 (patch)
treed501f4808580e7994e463c1bf4e7b5aa85774724 /cliff.toml
parentchore: show scope in changelog (#2102) (diff)
downloadatuin-9be49e434e549d6b13928b530139b66fef6171f1.zip
chore(release): prepare for release v18.3.0 (#2105)
* chore(release): prepare for release v18.3.0 * build full release * Revert "build full release" This reverts commit 65e7718b51927ca6cb03a411cce781b81cb64eaa.
Diffstat (limited to 'cliff.toml')
-rw-r--r--cliff.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cliff.toml b/cliff.toml
index 8ebeaa94..76ed41b6 100644
--- a/cliff.toml
+++ b/cliff.toml
@@ -33,7 +33,7 @@ body = """
{%- for commit in commits %}
{%- if commit.scope -%}
{% else -%}
- - *(No Category)* {{ commit.message | upper_first }}
+ - {{ commit.message | upper_first }}
{% if commit.breaking -%}
{% raw %} {% endraw %}- **BREAKING**: {{commit.breaking_description}}
{% endif -%}
@@ -91,7 +91,7 @@ tag_pattern = "v[0-9].*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
# regex for ignoring tags
-ignore_tags = ""
+ignore_tags = ".*prerelease.*"
# sort the tags topologically
topo_order = false
# sort the commits inside sections by oldest/newest order