Skip to content

Commit

Permalink
chore(workflow): link to minor branch changelog for pre-releases [ci …
Browse files Browse the repository at this point in the history
…skip]
  • Loading branch information
yyx990803 committed Apr 29, 2024
1 parent 96e8e99 commit f750c41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
with:
tag_name: ${{ github.ref }}
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.

0 comments on commit f750c41

Please sign in to comment.