This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Changelog | ||
|
||
* Automated release body. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,6 +323,18 @@ jobs: | |
name: SHA512SUMS | ||
path: upload/SHA512SUMS | ||
|
||
- name: Generate release body | ||
continue-on-error: true | ||
uses: qhy040404/[email protected] | ||
with: | ||
changelog: 'Changelog.md' | ||
template: '.github/RELEASE_TEMPLATE.md' | ||
tag: ${{ github.ref_name }} | ||
template-data: '* Automated release body.' | ||
fore-delimiter: ${{ github.ref_name }} | ||
back-delimiter: '---' | ||
|
||
|
||
- name: Create Library GitHub release | ||
id: github_release | ||
uses: actions/[email protected] | ||
|
@@ -331,7 +343,8 @@ jobs: | |
with: | ||
tag_name: ${{ github.ref }} | ||
release_name: v${{ github.ref }} | ||
prerelease: true | ||
body_path: .github/RELEASE_TEMPLATE.md | ||
prerelease: false | ||
|
||
- name: Upload Library-linux to GitHub release | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Changelog | ||
|
||
v3.1.2.0 | ||
|
||
* 修复了已经存在预约时可能会无限循环的bug | ||
* 修复了多人预约时第二个人登录不上的bug |