Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit faab49e

Browse files
committed
fix(gitcliff): html comments rendered
The app parses the markdown file, but is displaying the html comments generated by gitcliff. This change removes the comments from being generated.
1 parent bc1306c commit faab49e

3 files changed

Lines changed: 29 additions & 29 deletions

File tree

โ€ŽCHANGELOG.mdโ€Ž

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to elecord-web will be documented in this file.
44

55
## 2.2.0 - 2025-03-06
66

7-
### <!-- 0 -->๐Ÿš€ Features
7+
### ๐Ÿš€ Features
88

99
- *(appversion)* Add button hover styling
1010
- *(auth page)* Add modal blur animation
@@ -26,7 +26,7 @@ All notable changes to elecord-web will be documented in this file.
2626
- *(theme)* Update theme-color
2727

2828

29-
### <!-- 1 -->๐Ÿ› Bug Fixes
29+
### ๐Ÿ› Bug Fixes
3030

3131
- *(crypto panel)* Session info not aligned
3232
- *(desktop link)* Still set as element.io
@@ -41,13 +41,13 @@ All notable changes to elecord-web will be documented in this file.
4141
- *(theme)* Revert to black on-solid-primary
4242

4343

44-
### <!-- 7 -->๐Ÿ“– Documentation
44+
### ๐Ÿ“– Documentation
4545

4646
- *(readme)* Add early development warning
4747
- Create upstream merge guide
4848

4949

50-
### <!-- 9 -->โš™๏ธ Miscellaneous
50+
### โš™๏ธ Miscellaneous
5151

5252
- *(build)* Add local environment build script
5353
- *(build)* Copy changelog in windows script
@@ -66,7 +66,7 @@ All notable changes to elecord-web will be documented in this file.
6666

6767
## 2.1.0 - 2025-02-06
6868

69-
### <!-- 0 -->๐Ÿš€ Features
69+
### ๐Ÿš€ Features
7070

7171
- *(appversion)* Add version number button
7272
- *(appversion)* Style version number button
@@ -80,7 +80,7 @@ All notable changes to elecord-web will be documented in this file.
8080
- *(roomtile)* Rounded rooms styling
8181

8282

83-
### <!-- 1 -->๐Ÿ› Bug Fixes
83+
### ๐Ÿ› Bug Fixes
8484

8585
- *(auth page)* Reduce background blue intensity
8686
- *(authfooter)* Don't use a prefix for versioning
@@ -96,12 +96,12 @@ All notable changes to elecord-web will be documented in this file.
9696
- *(webpack.config)* Switch domain to elecord
9797

9898

99-
### <!-- 7 -->๐Ÿ“– Documentation
99+
### ๐Ÿ“– Documentation
100100

101101
- *(readme)* Add copyright and license texts
102102

103103

104-
### <!-- 9 -->โš™๏ธ Miscellaneous
104+
### โš™๏ธ Miscellaneous
105105

106106
- *(cliff)* Filter tag pattern for changelog
107107
- *(cliff)* Add cliffignore file
@@ -133,19 +133,19 @@ All notable changes to elecord-web will be documented in this file.
133133

134134
## 2.0.1 - 2025-01-18
135135

136-
### <!-- 1 -->๐Ÿ› Bug Fixes
136+
### ๐Ÿ› Bug Fixes
137137

138138
- *(config)* Enable presence on matrix.org (#20)
139139

140140

141-
### <!-- 9 -->โš™๏ธ Miscellaneous
141+
### โš™๏ธ Miscellaneous
142142

143143
- *(github)* Build with js-sdk master (#19)
144144

145145

146146
## 2.0.0 - 2024-12-20
147147

148-
### <!-- 0 -->๐Ÿš€ Features
148+
### ๐Ÿš€ Features
149149

150150
- *(backdrop)* Hide background profile blur
151151
- *(config)* Update config values
@@ -170,7 +170,7 @@ All notable changes to elecord-web will be documented in this file.
170170
- Add elecord images
171171

172172

173-
### <!-- 1 -->๐Ÿ› Bug Fixes
173+
### ๐Ÿ› Bug Fixes
174174

175175
- *(changelog)* Update to elecord
176176
- *(config)* Correct config values
@@ -187,20 +187,20 @@ All notable changes to elecord-web will be documented in this file.
187187
- *(version)* Remove settings version v prefix
188188

189189

190-
### <!-- 6 -->๐Ÿ”ง Refactor
190+
### ๐Ÿ”ง Refactor
191191

192192
- *(credits)* Move elecord legal text
193193
- *(icons)* Remove wrapping div
194194

195195

196-
### <!-- 7 -->๐Ÿ“– Documentation
196+
### ๐Ÿ“– Documentation
197197

198198
- *(readme)* Update readme for elecord
199199
- *(readme)* Add element and matrix links
200200
- *(readme)* Add spacing below banner
201201

202202

203-
### <!-- 9 -->โš™๏ธ Miscellaneous
203+
### โš™๏ธ Miscellaneous
204204

205205
- *(build)* Rename build to elecord
206206
- *(build)* Create app config

โ€ŽLATEST.mdโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Also added in this release is a new changelog tab (which you can quickly access
66

77
Outside of the app, you can now find the apps website, with a newly created roadmap: [elecord.app](https://elecord.app)
88

9-
### <!-- 0 -->๐Ÿš€ Features
9+
### ๐Ÿš€ Features
1010

1111
- *(appversion)* Add button hover styling
1212
- *(auth page)* Add modal blur animation
@@ -28,7 +28,7 @@ Outside of the app, you can now find the apps website, with a newly created road
2828
- *(theme)* Update theme-color
2929

3030

31-
### <!-- 1 -->๐Ÿ› Bug Fixes
31+
### ๐Ÿ› Bug Fixes
3232

3333
- *(crypto panel)* Session info not aligned
3434
- *(desktop link)* Still set as element.io
@@ -43,13 +43,13 @@ Outside of the app, you can now find the apps website, with a newly created road
4343
- *(theme)* Revert to black on-solid-primary
4444

4545

46-
### <!-- 7 -->๐Ÿ“– Documentation
46+
### ๐Ÿ“– Documentation
4747

4848
- *(readme)* Add early development warning
4949
- Create upstream merge guide
5050

5151

52-
### <!-- 9 -->โš™๏ธ Miscellaneous
52+
### โš™๏ธ Miscellaneous
5353

5454
- *(build)* Add local environment build script
5555
- *(build)* Copy changelog in windows script

โ€Žcliff.tomlโ€Ž

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body = """
2222
## Unreleased
2323
{% endif %}\
2424
{% for group, commits in commits | group_by(attribute="group") %}
25-
### {{ group | upper_first }}
25+
### {{ group | striptags | trim | upper_first }}
2626
{% for commit in commits
2727
| filter(attribute="scope")
2828
| sort(attribute="scope") %}
@@ -62,18 +62,18 @@ filter_unconventional = true
6262
split_commits = false
6363
# regex for parsing and grouping commits
6464
commit_parsers = [
65-
{ message = "^Merge", group = "๐Ÿ—ƒ๏ธ Pull Requests" },
6665
{ message = "^feat", group = "<!-- 0 -->๐Ÿš€ Features" },
6766
{ message = "^fix", group = "<!-- 1 -->๐Ÿ› Bug Fixes" },
68-
{ message = "^doc", group = "<!-- 7 -->๐Ÿ“– Documentation" },
69-
{ message = "^perf", group = "<!-- 5 -->โšก Performance" },
70-
{ message = "^refactor", group = "<!-- 6 -->๐Ÿ”ง Refactor" },
71-
{ message = "^style", group = "<!-- 3 -->๐ŸŽจ Styling" },
72-
{ message = "^test", group = "<!-- 8 -->๐Ÿงช Testing" },
67+
{ message = "^style", group = "<!-- 2 -->๐ŸŽจ Styling" },
68+
{ body = ".*security", group = "<!-- 3 -->๐Ÿ”’ Security" },
69+
{ message = "^perf", group = "<!-- 4 -->โšก Performance" },
70+
{ message = "^refactor", group = "<!-- 5 -->๐Ÿ”ง Refactor" },
71+
{ message = "^doc", group = "<!-- 6 -->๐Ÿ“– Documentation" },
72+
{ message = "^test", group = "<!-- 7 -->๐Ÿงช Testing" },
7373
{ message = "^chore\\(release\\): prepare for", skip = true },
74-
{ message = "^chore", group = "<!-- 9 -->โš™๏ธ Miscellaneous" },
75-
{ body = ".*security", group = "<!-- 4 -->๐Ÿ”’ Security" },
76-
{ body = ".*", group = "Other (unconventional)" },
74+
{ message = "^chore", group = "<!-- 8 -->โš™๏ธ Miscellaneous" },
75+
{ message = "^Merge", group = "<!-- 9 -->๐Ÿ—ƒ๏ธ Pull Requests" },
76+
{ body = ".*", group = "<!-- X -->Other (unconventional)" },
7777
]
7878
# filter out the commits that are not matched by commit parsers
7979
filter_commits = false

0 commit comments

Comments
ย (0)
โšก