Skip to content

Commit

Permalink
chore: update cliff config
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 23, 2024
1 parent 883c2b6 commit e963ff8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,31 @@
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.21.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.2..v0.21.3) - 2024-08-16
## [unreleased]

### πŸ’₯ BREAK CHANGES

- **(BREAK)** modified the team hash algorithm - ([883c2b](https://github.com/GZTimeWalker/GZCTF/commit/883c2b)) by **GZTime**

### πŸ› Bug Fixes

- **(challenge)** show loading when scoreboard is not ready - ([254177](https://github.com/GZTimeWalker/GZCTF/commit/254177)) by **GZTime**
- **(challenge)** return api promise - ([d22fe4](https://github.com/GZTimeWalker/GZCTF/commit/d22fe4)) by **GZTime**
- **(challenge)** mutate on instance update - ([62b0f5](https://github.com/GZTimeWalker/GZCTF/commit/62b0f5)) by **GZTime**

### 🎨 Styling

- **(overlay)** use blur loading overlay - ([1c4c37](https://github.com/GZTimeWalker/GZCTF/commit/1c4c37)) by **GZTime**

---
## [0.21.3-patch.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.3..v0.21.3-patch.1) - 2024-08-18

### πŸ› Bug Fixes

- **(monitor/submission)** wrong dependence for useEffect (#321) - ([985fe1](https://github.com/GZTimeWalker/GZCTF/commit/985fe1)) by **Kengwang**

---
## [0.21.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.2..v0.21.3) - 2024-08-17

### ⛰️ Features

Expand Down
9 changes: 5 additions & 4 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ topo_order = false
sort_commits = "newest"

commit_parsers = [
{ message = "^[fF]eat", group = "<!-- 0 -->⛰️ Features" },
{ message = "^[fF]ix", group = "<!-- 1 -->πŸ› Bug Fixes" },
{ message = "^[sS]tyle", group = "<!-- 2 -->🎨 Styling" },
{ message = "^[pP]erf", group = "<!-- 3 -->πŸš€ Performances" },
{ message = ".*BREAK", group = "<!-- 0 -->πŸ’₯ BREAK CHANGES" },
{ message = "^[fF]eat", group = "<!-- 1 -->⛰️ Features" },
{ message = "^[fF]ix", group = "<!-- 2 -->πŸ› Bug Fixes" },
{ message = "^[sS]tyle", group = "<!-- 3 -->🎨 Styling" },
{ message = "^[pP]erf", group = "<!-- 4 -->πŸš€ Performances" },
{ message = "^[dD]oc", skip = true },
{ message = "^[rR]elease", skip = true },
{ message = "^[rR]evert", skip = true },
Expand Down

0 comments on commit e963ff8

Please sign in to comment.