Compare commits

...

6 Commits

Author SHA1 Message Date
Angelos Giannourakos
ffeac663db
Merge 7ee953649c into 696110eae5 2024-10-27 20:06:03 +01:00
Adam Perkowski
696110eae5
refact(release): better categories (#876) 2024-10-25 15:44:41 -05:00
Angelos Giannourakos
7ee953649c
Update system-cleanup.sh 2024-09-30 10:51:33 +03:00
Angelos Giannourakos
ade17e3151
Update system-cleanup.sh 2024-09-30 10:08:40 +03:00
Angelos Giannourakos
3b86a5977d
Update system-cleanup.sh 2024-09-30 09:51:05 +03:00
AngelosGian
53f26e88dc Removing autoclean for apt | nala
Removing autoclean command for apt | nala because there is no such command on debian especially for nala
2024-09-29 13:03:59 +03:00
2 changed files with 12 additions and 11 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

@ -7,10 +7,8 @@ cleanup_system() {
case "$PACKAGER" in
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" clean
"$ESCALATION_TOOL" "$PACKAGER" autoremove -y
"$ESCALATION_TOOL" "$PACKAGER" autoclean
"$ESCALATION_TOOL" "$PACKAGER" autoremove -y
"$ESCALATION_TOOL" du -h /var/cache/apt
"$ESCALATION_TOOL" "$PACKAGER" clean
;;
zypper)
"$ESCALATION_TOOL" "$PACKAGER" clean -a