ci: rename release title

This commit is contained in:
Andelf
2022-01-06 15:02:43 +08:00
committed by Tienson Qin
parent 5fcd166b96
commit 4badfcd899
2 changed files with 2 additions and 28 deletions

26
.github/release.yml vendored
View File

@@ -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:
- "*"

View File

@@ -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 }}