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"