Compare commits

...

4 Commits

Author SHA1 Message Date
JEEVITHA KANNAN K S
faa3457f16
Merge bf65ded9ef into 696110eae5 2024-10-26 08:21:23 +00:00
JEEVITHA KANNAN K S
bf65ded9ef
revert tui-term because it is updated in #865 2024-10-26 13:51:21 +05:30
Adam Perkowski
696110eae5
refact(release): better categories (#876) 2024-10-25 15:44:41 -05:00
Jeevitha Kannan K S
2d9f838283
Update cargo manifest 2024-10-15 15:46:32 +05:30
2 changed files with 12 additions and 9 deletions

19
.github/release.yml vendored
View File

@ -1,20 +1,23 @@
changelog:
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
label: 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
label: 'bug'
- title: '⚙️ Refactoring'
label: 'refactor'
- title: '🧩 UI/UX'
label: 'UI/UX'
- title: '📚 Documentation'
label: 'documentation'
- title: '🔒 Security'
label: 'security'
- title: '🧰 GitHub Actions'
label: 'github actions'
label: 'github_actions'
- title: '🦀 Rust'
label: 'rust'
- title: '📃 Scripting'
label: 'script'
exclude:
labels:
- 'skip-changelog'

View File

@ -33,7 +33,7 @@ ansi-to-tui = "6.0.0"
zips = "0.1.7"
[build-dependencies]
chrono = "0.4.33"
chrono = "0.4.38"
[[bin]]
name = "linutil"