diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-10 14:42:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-10 14:42:32 +0100 |
| commit | 9be49e434e549d6b13928b530139b66fef6171f1 (patch) | |
| tree | d501f4808580e7994e463c1bf4e7b5aa85774724 /cliff.toml | |
| parent | chore: show scope in changelog (#2102) (diff) | |
| download | atuin-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 '')
| -rw-r--r-- | cliff.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
