Compare commits

...

3 Commits

Author SHA1 Message Date
JEEVITHA KANNAN K S
e2eed9e83c
Merge 6b0f310ef2 into 696110eae5 2024-10-26 07:32:43 +05:30
Adam Perkowski
696110eae5
refact(release): better categories (#876) 2024-10-25 15:44:41 -05:00
JEEVITHA KANNAN K S
6b0f310ef2
Fix common script paths 2024-10-01 12:20:09 +05:30
9 changed files with 19 additions and 16 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

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installFreeOffice() {
if ! command_exists softmaker-freeoffice-2024 freeoffice softmaker; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installLibreOffice() {
if ! command_exists libreoffice; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installOnlyOffice() {
if ! command_exists onlyoffice-desktopeditors; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installWpsOffice() {
if ! command_exists com.wps.Office; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installEvince() {
if ! command_exists evince; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installOkular() {
if ! command_exists okular; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installPdfstudio() {
if ! command_exists pdfstudio2024; then

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
. ../common-script.sh
. ../../common-script.sh
installPdfstudioviewer() {
if ! command_exists pdfstudioviewer2024; then