Compare commits

..

3 Commits

Author SHA1 Message Date
Harsh Vyapari
bf5c2f0c57
Merge da61dc448a into 696110eae5 2024-10-25 17:56:16 -05:00
Adam Perkowski
696110eae5
refact(release): better categories (#876) 2024-10-25 15:44:41 -05:00
harshv5094 (personal PC)
da61dc448a refactor: changing name to zapzap
As per @Ilj3954 and @adamperkowski request, I'm changing both option and
script name to zapzap (which was the original name of the app)
2024-10-25 22:02:27 +05:30
3 changed files with 14 additions and 11 deletions

19
.github/release.yml vendored
View File

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

View File

@ -79,9 +79,9 @@ script = "communication-apps/telegram-setup.sh"
task_list = "I" task_list = "I"
[[data.entries]] [[data.entries]]
name = "WhatsApp" name = "ZapZap (Whatsapp Client)"
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." description = "ZapZap is a whatsapp desktop client for linux users, It is an open source project developed by rafatosta."
script = "communication-apps/whatsapp-setup.sh" script = "communication-apps/zapzap-setup.sh"
task_list = "I" task_list = "I"
[[data.entries]] [[data.entries]]