build: change release tag format to enable delta updates in Conveyor

This commit is contained in:
Gauthier Roebroeck 2023-10-30 12:05:02 +08:00
parent 4196f08057
commit c4cd4bd855
2 changed files with 2 additions and 1 deletions

View file

@ -146,7 +146,7 @@ jobs:
if: needs.version.outputs.should_release #only redo if the version changed if: needs.version.outputs.should_release #only redo if the version changed
with: with:
message: 'chore(release): ${{ needs.version.outputs.version_next }} [skip ci]' message: 'chore(release): ${{ needs.version.outputs.version_next }} [skip ci]'
tag: 'v${{ needs.version.outputs.version_next }}' tag: '${{ needs.version.outputs.version_next }}'
default_author: github_actions default_author: github_actions
- name: Conveyor build apps - name: Conveyor build apps

View file

@ -67,6 +67,7 @@ jreleaser {
github { github {
discussionCategoryName.set("Announcements") discussionCategoryName.set("Announcements")
skipTag.set(true) skipTag.set(true)
tagName.set("{{projectVersion}}")
changelog { changelog {
formatted.set(Active.ALWAYS) formatted.set(Active.ALWAYS)