From 7ae2a8ac9bc0a9c1ab488075a07b7a42964f6349 Mon Sep 17 00:00:00 2001 From: Exelo Date: Tue, 17 Feb 2026 17:13:28 +0100 Subject: [PATCH] chore: fix changelog in pre-release --- .cliff-jumperrc.json | 2 +- cliff.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cliff-jumperrc.json b/.cliff-jumperrc.json index 2ca3144..e27b3ac 100644 --- a/.cliff-jumperrc.json +++ b/.cliff-jumperrc.json @@ -1,7 +1,7 @@ { + "$schema": "https://raw.githubusercontent.com/favware/cliff-jumper/main/assets/cliff-jumper.schema.json", "name": "cli", "org": "nanoforge-dev", "packagePath": ".", - "tagTemplate": "{{new-version}}", "identifierBase": false } diff --git a/cliff.toml b/cliff.toml index 9151523..70907d7 100644 --- a/cliff.toml +++ b/cliff.toml @@ -69,7 +69,7 @@ commit_parsers = [ ] filter_commits = true protect_breaking_commits = true -tag_pattern = "^[0-9]+" +tag_pattern = "@nanoforge-dev/cli@[0-9]*" ignore_tags = "" topo_order = false sort_commits = "newest"