Skip to content

Commit dd1ad34

Browse files
committed
ci: New category: Enhancements
1 parent d293d64 commit dd1ad34

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/cliff.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[remote.github]
2-
owner = "gcarreno"
3-
repo = "gcarreno-HeidiSQL"
2+
owner = "HeidiSQL"
3+
repo = "HeidiSQL"
44

55
[changelog]
66
# A Tera template to be rendered as the changelog's header.
@@ -84,7 +84,7 @@ trim = true
8484
# An array of regex based postprocessors to modify the changelog.
8585
postprocessors = [
8686
# Replace the placeholder `<REPO>` with a URL.
87-
{ pattern = '<REPO>', replace = "https://github.com/gcarreno/gcarreno-HeidiSQL" }, # replace repository URL
87+
{ pattern = '<REPO>', replace = "https://github.com/HeidiSQL/HeidiSQL" }, # replace repository URL
8888
]
8989

9090
[git]
@@ -108,22 +108,23 @@ commit_preprocessors = [
108108
# Optionally sets the commit's scope and can decide to exclude commits from further processing.
109109
commit_parsers = [
110110
{ message = "^feat", group = "<!-- 0 -->⛰️ Features" },
111-
{ message = "^fix", group = "<!-- 1 -->🐛 Bug Fixes" },
112-
{ message = "^doc", group = "<!-- 3 -->📚 Documentation" },
113-
{ message = "^perf", group = "<!-- 4 -->⚡ Performance" },
111+
{ message = "^enhance", group = "<!-- 1 -->🚀 Enhancements" },
112+
{ message = "^fix", group = "<!-- 2 -->🐛 Bug Fixes" },
113+
{ message = "^doc", group = "<!-- 4 -->📚 Documentation" },
114+
{ message = "^perf", group = "<!-- 5 -->⚡ Performance" },
114115
{ message = "^refactor\\(clippy\\)", skip = true },
115-
{ message = "^refactor", group = "<!-- 2 -->🚜 Refactor" },
116-
{ message = "^style", group = "<!-- 5 -->🎨 Styling" },
117-
{ message = "^test", group = "<!-- 6 -->🧪 Testing" },
116+
{ message = "^refactor", group = "<!-- 3 -->🚜 Refactor" },
117+
{ message = "^style", group = "<!-- 6 -->🎨 Styling" },
118+
{ message = "^test", group = "<!-- 7 -->🧪 Testing" },
118119
{ message = "^chore\\(release\\): prepare for", skip = true },
119120
{ message = "^chore\\(deps.*\\)", skip = true },
120121
{ message = "^chore\\(pr\\)", skip = true },
121122
{ message = "^chore\\(pull\\)", skip = true },
122123
{ message = "^chore\\(npm\\).*yarn\\.lock", skip = true },
123-
{ message = "^chore|^ci", group = "<!-- 7 -->⚙️ Miscellaneous Tasks" },
124-
{ message = "^revert", group = "<!-- 9 -->◀️ Revert" },
124+
{ message = "^chore|^ci", group = "<!-- 8 -->⚙️ Miscellaneous Tasks" },
125+
{ message = "^revert", group = "<!-- 10 -->◀️ Revert" },
125126
{ message = "^ign", skip = true},
126-
{ body = ".*security", group = "<!-- 8 -->🛡️ Security" },
127+
{ body = ".*security", group = "<!-- 9 -->🛡️ Security" },
127128
]
128129
# Prevent commits that are breaking from being excluded by commit parsers.
129130
protect_breaking_commits = false

0 commit comments

Comments
 (0)