chore(workflow): link to minor branch changelog for pre-releases [ci skip]

This commit is contained in:
Evan You 2024-04-29 18:14:02 +08:00
parent 96e8e99304
commit f750c41b51
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 2 additions and 1 deletions

View File

@ -24,4 +24,5 @@ jobs:
with: with:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
body: | body: |
Please refer to [CHANGELOG.md](https://github.com/vuejs/core/blob/main/CHANGELOG.md) for details. For stable releases, please refer to [CHANGELOG.md](https://github.com/vuejs/core/blob/main/CHANGELOG.md) for details.
For pre-releases, please refer to [CHANGELOG.md](https://github.com/vuejs/core/blob/minor/CHANGELOG.md) of the `minor` branch.