Compare commits

..

1 Commits

Author SHA1 Message Date
Harsh Vyapari
9c49d780cf
Merge 09aea49b2c into e3688e9b3d 2024-10-25 06:45:38 +05:30
3 changed files with 11 additions and 14 deletions

19
.github/release.yml vendored
View File

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

View File

@ -79,9 +79,9 @@ script = "communication-apps/telegram-setup.sh"
task_list = "I"
[[data.entries]]
name = "ZapZap (Whatsapp Client)"
description = "ZapZap is a whatsapp desktop client for linux users, It is an open source project developed by rafatosta."
script = "communication-apps/zapzap-setup.sh"
name = "WhatsApp"
description = "WhatsApp is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls."
script = "communication-apps/whatsapp-setup.sh"
task_list = "I"
[[data.entries]]