Forráskód Böngészése

ci: rename release title

Andelf 3 éve
szülő
commit
4badfcd899
2 módosított fájl, 2 hozzáadás és 28 törlés
  1. 0 26
      .github/release.yml
  2. 2 2
      .github/workflows/build-desktop-release.yml

+ 0 - 26
.github/release.yml

@@ -1,26 +0,0 @@
-# .github/release.yml
-
-changelog:
-  exclude:
-    labels:
-      - test
-      - chore
-      - ci
-      - ":type/dev"
-  categories:
-    - title: Exciting New Features 🎉
-      labels:
-        - ":type/feature-request"
-        - ":type/feature"
-    - title: Bug Fixes 🐛
-      labels:
-        - ":type/bug"
-        - ":type/bug-fix"
-        - ":type/regression"
-    - title: Enhancements 🔧
-      labels:
-        - ":type/enhancement"
-        - ":type/performance"
-    - title: Other Changes 🚧
-      labels:
-        - "*"

+ 2 - 2
.github/workflows/build-desktop-release.yml

@@ -411,7 +411,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           tag_name: nightly
-          name: 'Desktop/Mobile APP Nightly Release $$'
+          name: 'Desktop/Android APP Nightly Release $$'
           draft: false
           prerelease: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.is-pre-release) || (github.event_name == 'schedule')}}
           body: |
@@ -484,7 +484,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           tag_name: ${{ steps.ref.outputs.version }}
-          name: Desktop APP ${{ steps.ref.outputs.version }} (Beta Testing)
+          name: Desktop/Android APP ${{ steps.ref.outputs.version }} (Beta Testing)
           body: "TODO: Fill this changelog. Sorry for the inconvenience!"
           draft: ${{ github.event.inputs.is-draft }}
           prerelease: ${{ github.event.inputs.is-pre-release }}