Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
更新ReadMe和版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
a76yyyy committed Dec 28, 2021
1 parent a063126 commit 8645d28
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 644 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body:
label: QianDao Version
description: |
QianDao 版本号
placeholder: "20211217"
placeholder: "20211228"
validations:
required: true
- type: dropdown
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/ChangeRelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ChangeRelease
on:
workflow_dispatch: {}
push:
paths: [CHANGELOG.md]
branches: [master]
tags: ["*"]

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: dropseed/changerelease@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# optional
tag_prefix: ""
changelog: CHANGELOG.md
Loading

0 comments on commit 8645d28

Please sign in to comment.