mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build: change release tag format to enable delta updates in Conveyor
This commit is contained in:
parent
4196f08057
commit
c4cd4bd855
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue