Add v prefix
This commit is contained in:
2
.github/workflows/autobump.yml
vendored
2
.github/workflows/autobump.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
title: "chore(deps): update reviewdog to ${{ steps.autobump.outputs.latest }}"
|
title: "chore(deps): update reviewdog to ${{ steps.autobump.outputs.latest }}"
|
||||||
commit-message: "chore(deps): update reviewdog to ${{ steps.autobump.outputs.latest }}"
|
commit-message: "chore(deps): update reviewdog to ${{ steps.autobump.outputs.latest }}"
|
||||||
body: |
|
body: |
|
||||||
Update reviewdog to [${{ steps.autobump.outputs.latest }}](https://github.com/reviewdog/reviewdog/releases/tag/${{ steps.autobump.outputs.latest }})
|
Update reviewdog to [${{ steps.autobump.outputs.latest }}](https://github.com/reviewdog/reviewdog/releases/tag/v${{ steps.autobump.outputs.latest }})
|
||||||
|
|
||||||
This PR is auto generated by [autobump workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Aautobump).
|
This PR is auto generated by [autobump workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Aautobump).
|
||||||
branch: autobump/reviewdog
|
branch: autobump/reviewdog
|
||||||
|
|||||||
Reference in New Issue
Block a user